Page 1 of 1

Drawing on Display - Some basic code needed please

Posted: Tue Oct 10, 2023 10:02 am
by PhilAJ52
Can anyone give me or point me to some sample code for drawing on the display of a BOX LITE.

I'm suing the Arduino IDE

I have tried various examples from Github, some work to an extent and some don't, as they require other libraries that don't exist.

All I want is to be able to Draw a line, Draw a pixel etc...basic stuff.

Thanks
Phil

Re: Drawing on Display - Some basic code needed please

Posted: Tue Oct 10, 2023 12:03 pm
by ESP_lzw655
Hi Phil, you can try to use our official library https://github.com/esp-arduino-libs/ESP32_Display_Panel. It supports most Espressif development boards which have an LCD screen and be downloaded from Arduino IDE. For detailed info and usage, please check the README in the repository.