add cud images

This commit is contained in:
Siwat Sirichai 2023-10-02 15:29:57 +07:00
parent d301462298
commit 2fe04bcdfa
29 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ ESPMega_Timer timer1(0, 50, timer1_callback, 15001);
// Display Componets
// Link with Dual state button object with id 2 on page 1 named bt0
NexDSButton bt0 = NexDSButton(1, 2, "bt0");
NexText clock_txt = NexText(1,3,"clock_txt");
// List of Component ID Message to listen to
NexTouch *nex_listen_list[] =
{
@ -32,7 +34,7 @@ This code will run after every component is initialized
void user_init()
{
timer1.begin();
ESPMega_EXTLCD.print("page home");
ESPMega_EXTLCD.print("page dashboard");
ESPMega_EXTLCD.write(0xFF);
ESPMega_EXTLCD.write(0xFF);
ESPMega_EXTLCD.write(0xFF);