【物联网设备端开发】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

相关推荐
byxdaz9 分钟前
ffmpeg库视频硬解码使用流程
ffmpeg
Yeauty9 小时前
三分钟掌握视频分辨率修改 | 在 Rust 中优雅地使用 FFmpeg
rust·ffmpeg·音视频
zooKevin14 小时前
腾讯云宝塔安装ffmpeg
ffmpeg·node.js·腾讯云
小gpt&2 天前
03 介绍ffmpeg 视频解码流程
c++·qt·ffmpeg·音视频
AJi2 天前
Android音视频框架探索(一):多媒体系统服务MediaServer
android·ffmpeg·音视频开发
年轮不改2 天前
Ubuntu 配置 ffmpeg 开发环境
linux·ubuntu·ffmpeg
却道天凉_好个秋3 天前
linux(centos8)下编译ffmpeg
linux·运维·ffmpeg
djykkkkkk3 天前
三.ffmpeg对yuv的操作
ffmpeg
djykkkkkk3 天前
二.使用ffmpeg对原始音频数据重采样并进行AAC编码
ffmpeg·音视频·aac