Main public logs
From Smart LCD
Combined display of all available logs of Smart LCD. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:58, 22 August 2025 Usr255 talk contribs created page Ardunio (soft serial) connect to Smart LCD (Created page with "=== background === * Smart LCD mainly provide RS-232C as interface terminal. * Developer normally use Arduino hardware to connect to TOPWAY Smart LCD (with MAX3232) * But it might confrick with Arduino Serial Monitor for debug print out * Where, it can use a soft_serial for Smart LCD command instead === how to === config the Smart LCD RS-232C terminal as 38400bps (the highest speed of Arduino UNO soft_serial baud rate) note that soft_serial can not provide 115200bps...") Tag: Visual edit
- 15:41, 22 August 2025 Usr255 talk contribs created page File:SDM-23-0003(FloatInput N32).zip
- 15:41, 22 August 2025 Usr255 talk contribs uploaded File:SDM-23-0003(FloatInput N32).zip
- 12:58, 22 August 2025 Usr255 talk contribs deleted page SDM-23-0003 Floating point value input (content before blanking was: "Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to create a Floating point input with a PIP keyboard. right # create a TPK on a screen # select Call keyboard function "PIP Number Keyboard" # VP Address must be a VP_N32 variable # Data Type select "Float" 使用键盘输入 ”806.14“ VP_N32(Add=0x020000) 会存入 0x444988f6 SDM-23-0003(FloatIn...")
- 12:19, 22 August 2025 Usr255 talk contribs created page Floating point value input (Created page with "=== Background === Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to create a Floating point input with a PIP keyboard.") Tag: Visual edit
- 12:18, 22 August 2025 Usr255 talk contribs created page Tech-Memos-01 (Created page with "Floating point value input") Tag: Visual edit
- 19:54, 18 August 2025 Usr255 talk contribs created page SDM-23-0003 Floating point value input (Created page with "Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to create a Floating point input with a PIP keyboard. right # create a TPK on a screen # select Call keyboard function "PIP Number Keyboard" # VP Address must be a VP_N32 variable # Data Type select "Float" 使用键盘输入 ”806.14“ VP_N32(Add=0x020000) 会存入 0x444988f6 SDM-23-0003(FloatInput_N32)....") Tag: Visual edit
- 18:47, 18 August 2025 Usr255 talk contribs created page File:SDM-23-0003-04.png
- 18:47, 18 August 2025 Usr255 talk contribs uploaded File:SDM-23-0003-04.png
- 18:46, 18 August 2025 Usr255 talk contribs created page File:SDM-23-0003-03.png
- 18:46, 18 August 2025 Usr255 talk contribs uploaded File:SDM-23-0003-03.png
- 18:46, 18 August 2025 Usr255 talk contribs created page File:SDM-23-0003-02.png
- 18:46, 18 August 2025 Usr255 talk contribs uploaded File:SDM-23-0003-02.png
- 18:40, 18 August 2025 Usr255 talk contribs created page File:SDM-23-0003-01.png
- 18:40, 18 August 2025 Usr255 talk contribs uploaded File:SDM-23-0003-01.png
- 17:25, 14 August 2025 Usr255 talk contribs created page File:SDM-21-0020(SmartLCD VU bar w peak)(UNO code inside).zip
- 17:25, 14 August 2025 Usr255 talk contribs uploaded File:SDM-21-0020(SmartLCD VU bar w peak)(UNO code inside).zip
- 17:21, 14 August 2025 Usr255 talk contribs created page File:SDM-21-0019(SmartLCD VU display)(UNO code inside).zip
- 17:21, 14 August 2025 Usr255 talk contribs uploaded File:SDM-21-0019(SmartLCD VU display)(UNO code inside).zip
- 17:58, 13 August 2025 Usr255 talk contribs created page File:SDM-22-0003(SmartLCD RW w ArduinoUNO sw serial)(UNO code inside)(forYT).zip
- 17:58, 13 August 2025 Usr255 talk contribs uploaded File:SDM-22-0003(SmartLCD RW w ArduinoUNO sw serial)(UNO code inside)(forYT).zip
- 17:58, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0018(SmartLCD CRO)(UNO code inside).zip
- 17:58, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0018(SmartLCD CRO)(UNO code inside).zip
- 17:28, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0020.jpg
- 17:28, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0020.jpg
- 17:27, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0019.jpg
- 17:27, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0019.jpg
- 17:20, 13 August 2025 Usr255 talk contribs created page File:SDM-22-0003.jpg
- 17:20, 13 August 2025 Usr255 talk contribs uploaded File:SDM-22-0003.jpg
- 17:18, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0018.jpg
- 17:18, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0018.jpg
- 17:14, 13 August 2025 Usr255 talk contribs created page Examples-02 (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...") Tag: Visual edit
- 16:34, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0017(SmartLCD show AD value Meter)(UNO code inside).zip
- 16:34, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0017(SmartLCD show AD value Meter)(UNO code inside).zip
- 16:34, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0016(SmartLCD TPK return code).zip
- 16:34, 13 August 2025 Usr255 talk contribs uploaded File:SDM-20-0016(SmartLCD TPK return code).zip
- 16:33, 13 August 2025 Usr255 talk contribs created page File:SDM-21-0017.jpg
- 16:33, 13 August 2025 Usr255 talk contribs uploaded File:SDM-21-0017.jpg
- 16:27, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0016.jpg
- 16:27, 13 August 2025 Usr255 talk contribs uploaded File:SDM-20-0016.jpg
- 16:23, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0015(SmartLCD RW w ArduinoUNO)(UNO code inside).zip
- 16:23, 13 August 2025 Usr255 talk contribs uploaded File:SDM-20-0015(SmartLCD RW w ArduinoUNO)(UNO code inside).zip
- 16:22, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0014(Car crossing bridge game)(w sound).zip
- 16:22, 13 August 2025 Usr255 talk contribs uploaded File:SDM-20-0014(Car crossing bridge game)(w sound).zip
- 15:19, 13 August 2025 Usr255 talk contribs created page Examples-01 (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: * 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'...") Tag: Visual edit
- 15:18, 13 August 2025 Usr255 talk contribs created page File:SAN-20-0015.jpg
- 15:18, 13 August 2025 Usr255 talk contribs uploaded File:SAN-20-0015.jpg
- 15:15, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0014.jpg
- 15:15, 13 August 2025 Usr255 talk contribs uploaded File:SDM-20-0014.jpg
- 14:59, 13 August 2025 Usr255 talk contribs created page File:SDM-20-0013(DrawPad,VP N16 successive write)(drawpad-command).zip