Examples-02: Difference between revisions
From Smart LCD
Created page with "=== '''Car Crossing Bridge Game''' === right * Example Model: HMT070DTA-D * Example Video: [https://Youtu.be/msB-LpzPYu4 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 * Sta..." |
mNo edit summary |
||
| Line 12: | Line 12: | ||
* Static_String element with selected font | * Static_String element with selected font | ||
* Page Jump call by Touch_Key element | * Page Jump call by Touch_Key element | ||
=== '''Show AD result from Arduino UNO''' === | === '''Show AD result from Arduino UNO''' === | ||
Revision as of 17:16, 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
Show AD result from Arduino UNO

- Example Model: HMT070ETD-1D
- Example Video: youtu.be/WM77eVfZXME (2:10)
- Example Project: SDM-21-0017(SmartLCD_show_AD_value_Meter)(UNO_code_inside).zip
- 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)