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..."
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''Car Crossing Bridge Game''' ===
This is a list of video examples for TOPWAY Smart LCD.
They show the functionality of the Smart LCD UI ability and interface with host.
Please check the SmartLCD function equipped before applying the project.
 
=== Car Crossing Bridge Game ===
[[File:SDM-20-0014.jpg|right]]
[[File:SDM-20-0014.jpg|right]]


Line 13: Line 17:
* Page Jump call by Touch_Key element
* Page Jump call by Touch_Key element


=== '''Interface with Arduino UNO''' ===
=== Show AD result from Arduino UNO ===
[[File:SAN-20-0015.jpg|right]]
 
* Example Model: HMT070ATA-1C
* Example Video: [https://Youtu.be/t7VGK24kyLE youtu.be/t7VGK24kyLE] (2:31)
* Example Project: [[Media:SDM-20-0015(SmartLCD RW w ArduinoUNO)(UNO code inside).zip|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''' ===
[[File:SDM-20-0016.jpg|right]]
 
* Example Model: HMT070ATA-1C
* Example Video: [https://Youtu.be/UjRlT N8YdM youtu.be/UjRlT_N8YdM] (3:00)
* Example Project: [[Media:SDM-20-0016(SmartLCD TPK return code).zip|SDM-20-0016(SmartLCD_TPK_return_code).zip]]
* 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]]
[[File:SDM-21-0017.jpg|right]]


Line 54: Line 29:
* Number element example with selected font
* Number element example with selected font
* Tachometer (hand Mode)
* Tachometer (hand Mode)
=== VU meter using Arduino UNO ===
[[File:SDM-21-0019.jpg|right]]
* Example Model: HMT070DTA-D
* Example Video: [https://Youtu.be/AbonnupBLXY youtu.be/AbonnupBLXY] (2:18)
* Example Project: [[Media:SDM-21-0019(SmartLCD VU display)(UNO code inside).zip|SDM-21-0019(SmartLCD_VU_display)(UNO_code_inside).zip]]
* 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 ===
[[File:SDM-21-0020.jpg|right]]
* Example Model: HMT070DTA-D
* Example Video: [https://Youtu.be/SjTXaqZCufM youtu.be/SjTXaqZCufM] (2:56)
* Example Project: [[Media:SDM-21-0020(SmartLCD VU bar w peak)(UNO code inside).zip|SDM-21-0020(SmartLCD_VU_bar_w_peak)(UNO_code_inside).zip]]
* 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

Latest revision as of 17:59, 14 August 2025

This is a list of video examples for TOPWAY Smart LCD.
They show the functionality of the Smart LCD UI ability and interface with host.
Please check the SmartLCD function equipped before applying the project.

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

VU meter using Arduino UNO

  • Example Model: HMT070DTA-D
  • Example Video: youtu.be/AbonnupBLXY (2:18)
  • Example Project: SDM-21-0019(SmartLCD_VU_display)(UNO_code_inside).zip
  • 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: HMT070DTA-D
  • Example Video: youtu.be/SjTXaqZCufM (2:56)
  • Example Project: SDM-21-0020(SmartLCD_VU_bar_w_peak)(UNO_code_inside).zip
  • 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