Examples-01: Difference between revisions
From Smart LCD
mNo edit summary |
|||
| Line 28: | Line 28: | ||
* Call operations | * Call operations | ||
* Number element example with selected font | * Number element example with selected font | ||
=== '''Touch Key Return Value''' === | |||
[[File:SDM-20-0016.jpg|right]] | |||
* Example Model | |||
* Example Video: [https://Youtu.be/UjRlT N8YdM youtu.be/UjRlT_N8YdM] (3:00) | |||
* Example Project: | |||
* Static Text element with background color | |||
* Touch Key element add on to Static Icon element | |||
* Touch Key element with color inverse effect | |||
* Call operations (VP:=value) | |||
* Touch Key element config to provide 4 kind of Return Value (Up PGID+TPKID; Down PG_ID+TPK_ID; Up/Down PGID+TPK_ID; Up VP Address+Value) | |||
* See the real time Touch Key return value on PC serial terminal(COM port) | |||
=== '''Show AD result from Arduino UNO''' === | |||
[[File:SDM-21-0017.jpg|right]] | |||
* Example Model: | |||
* Example Video: [https://Youtu.be/WM77eVfZXME youtu.be/WM77eVfZXME] (2:10) | |||
* Example Project: | |||
* interface with Arduino UNO | |||
* AD result given by Arduino UNO | |||
* send the AD result value to SmartLCD in command packet (example for Arduino UNO) | |||
* Show the AD result on Smart LCD | |||
* Number element example with selected font | |||
* Tachometer (hand Mode) | |||
Revision as of 16:33, 13 August 2025
Car Crossing Bridge Game

- Example Model: HMT070DTA-D
- Example Video: youtu.be/msB-LpzPYu4 (5:57)
- Example Project: SDM-20-0014(Car_crossing_bridge_game)(w_sound).zip
- Lua programming
- Progress_Bar (icon_mode)
- Bit_Icon element with icons representing 1
- Touch_Key element call "VP:=value"
- Number element with selected font
- Static_String element with selected font
- Page Jump call by Touch_Key element
Interface with Arduino UNO

- Example Model: HMT070ATA-1C
- Example Video: youtu.be/t7VGK24kyLE (2:31)
- Example Project: SDM-20-0015(SmartLCD_RW_w_ArduinoUNO)(UNO_code_inside).zip
- interface with Arduino UNO
- Read VP16 value by Arduino UNO
- Write back value by Arduino UNO
- send Smart LCD command packet (example for Arduino UNO)
- decode Smart LCD command packet (example for Arduino UNO)
- Show the write back value on Smart LCD
- Touch_Key element with cropped background picture effect
- Call operations
- Number element example with selected font
Touch Key Return Value

- Example Model
- Example Video: youtu.be/UjRlT_N8YdM (3:00)
- Example Project:
- Static Text element with background color
- Touch Key element add on to Static Icon element
- Touch Key element with color inverse effect
- Call operations (VP:=value)
- Touch Key element config to provide 4 kind of Return Value (Up PGID+TPKID; Down PG_ID+TPK_ID; Up/Down PGID+TPK_ID; Up VP Address+Value)
- See the real time Touch Key return value on PC serial terminal(COM port)
Show AD result from Arduino UNO

- Example Model:
- Example Video: youtu.be/WM77eVfZXME (2:10)
- Example Project:
- interface with Arduino UNO
- AD result given by Arduino UNO
- send the AD result value to SmartLCD in command packet (example for Arduino UNO)
- Show the AD result on Smart LCD
- Number element example with selected font
- Tachometer (hand Mode)