Replies: 1 comment 1 reply
-
@BMWK1 Look at GUIslice/examples/ex03_bld_btn_img for example using a *.c file image. Examine the *.prj using the builder to see how to set the parameters. The USER GUIDE also will show examples. You can convert png or bmp files to *.c file using my utility GUIslice_Image2C Your *.c files should be stored in your project folder not inside arduino_res folder. Paul-- |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new with GUIslice builder, and i would like to use the image button control without storing the .bmp on the SD card.
I have seen the different options in the property view, but as english is not my native language, i hardly understand which one i should use, and how.
Does the builder can convert the .bmp in hex by itself, and include it in the project ?
By the way, should i store all my .bmp in the GUIslice Builder arduino_res directory , or can i store them in my project directory, in this case what should the path looks like in the Edit/Options entry ?
My project runs with an ESP32, a capacitive 3.5" touchscreen ILI9488/GT911 drivers.
Beta Was this translation helpful? Give feedback.
All reactions