Graphic Editor
Run this application on target hardware or in the host emulator to allow GED (Graphical Editor) to control it.
It is intended to be a companion application which can be run on the target hardware to evaluate exactly how the screen will appear in the final application.
See Graphical Editor for further details.
Getting started
Run:
make graphic-editor
If this doesn’t work, see Sming Graphics Library for installation requirements.
To demonstrate using the host emulator:
Build this application:
make SMING_SOC=host
Run the virtual screen:
make virtual-screen
Run this application using the virtual screen address (in the title bar):
make run VSADDR=192.168.1.40
Run the graphical editor, if it isn’t already:
make graphic-editor
Hit the
load
button and navigate to thesamples/Graphic_Editor/projects
directory. Load theimages.ged
sample project.Hit the
Send resources
button. You should see messages on the console indicating successful resource upload.Hit the
Send layout
button to update the virtual screen.
The Send resouces
only needs to be done once in a session unless new images are added
or their sizes changed.
References
SoC support
esp32
esp32c2
esp32c3
esp32s2
esp32s3
esp8266
host