Examples-02
From Smart LCD
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)
VU meter using Arduino UNO

- Example Model:
- Example Video: youtu.be/AbonnupBLXY (2:18)
- Example Project:
- interface with Arduino UNO
- AD result given by Arduino UNO
- convert the AD result to logarithmic scale
- send the value to Smart LCD in command packet
- Show the value on Smart LCD as Tachometer and Bar
- Tachometer (hand Mode) element - Static Icon - Progress Bar element

VU bar with peak
- Example Model:
- Example Video: youtu.be/SjTXaqZCufM (2:56)
- Example Project:
- AD result given by Arduino UNO\
- using Arduino UNO to convert the AD result to logarithmic scale
- send the value to Smart LCD in command packet
- Show the display value on Smart LCD as Progress_Bar (color mode)
- Show the peak value on Smart LCD as Progress_Bar (icon mode)
- Bit_Icon element with two icons representing 1 and 0
- Touch_Key element using Bit_Icon as visual effect
- XOR Operation Call with corresponding bit
- Progress_Bar element enabled by VP value for showing the peak value