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

BIN
cud_display/AC-COOL-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/AC-COOL-B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/AC-FAN-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
cud_display/AC-FAN-B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
cud_display/AC-OFF-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/AC-OFF-B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/ACF-1-A-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
cud_display/ACF-1-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
cud_display/ACF-2-A-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
cud_display/ACF-2-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
cud_display/ACF-3-A-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/ACF-3-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/ACF-AT-A.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/ACF-AT-B.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
cud_display/Boot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
cud_display/Down-Float.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
cud_display/FAN_OFF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
cud_display/FAN_ON.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
cud_display/LT_OFF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
cud_display/LT_ON.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
cud_display/PURI_OFF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
cud_display/PURI_ON.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
cud_display/Up-Float.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
cud_display/cud_display.HMI Normal file

Binary file not shown.

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);