【物联网设备端开发】ESP开发工具:QEMU如何模拟用户图形界面

Enabling graphical user interface (GUI)

The ESP32 QEMU implementation implements a virtual RGB panel, absent on the real hardware, that can be used to show graphical interface. It is associated to a virtual frame buffer that can be used to populate the pixels to show. It is also possible to use the target internal RAM as a frame buffer.

To enable the graphical interface, while keeping the serial output in the console, use the following command line:

复制代码
build/qemu-system-xtensa \
    -machine esp32 \
    -drive file=flash_image.bin,if=mtd,format=raw
    -display sdl \
    -serial stdio

If gtk backend was enabled when compiling QEMU, it is possible to replace -display sdl with -display gtk

相关推荐
阿飞__4 天前
C++使用FFmpeg进行视频推流
c++·ffmpeg·音视频
mortimer4 天前
pydub下音频处理:跨越wav格式的4GB限制这道坎
python·ffmpeg·numpy
aqi004 天前
FFmpeg开发笔记(八十)使用百变魔音AiSound实现变声特效
android·ffmpeg·音视频·直播·流媒体
王江奎5 天前
FFmpeg 视频旋转信息处理:3.4 vs 7.0.2
ffmpeg·音视频
superxxd5 天前
基于ffmpeg和rk3588的mpp编解码库多路融屏程序设计
ffmpeg
aqi005 天前
FFmpeg开发笔记(七十九)专注于视频弹幕功能的国产弹弹播放器
android·ffmpeg·音视频·直播·流媒体
霍志杰5 天前
Orangepi5-RK3588安装ffmpeg硬编码版本
ffmpeg
悟凡爱学习6 天前
基于FFmpeg和HLS的大文件分片传输方案
ffmpeg
所念皆为东辞6 天前
linux离线安装ffmpeg
linux·运维·ffmpeg