You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esp_lcd_qemu_rgb/examples/lcd_qemu_rgb_panel/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,12 @@ By default, the example will use the target internal RAM as the frame buffer. To
16
16
17
17
### Build and run
18
18
19
-
To build the example, run `idf.py build` command.
19
+
To build and run the example, run:
20
+
```shell
21
+
idf.py qemu -g monitor
22
+
```
20
23
21
-
Please refer to the [QEMU Guide](https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/README.md) for the detailed steps to setup and run the image.
24
+
Please refer to the [QEMU Guide](https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/README.md) for more information on installing and running QEMU.
22
25
23
26
## Example Output
24
27
@@ -34,3 +37,6 @@ I (55) example: Starting LVGL task
0 commit comments