Tutorials: Difference between revisions

From Smart LCD
Line 112: Line 112:


[[File:TPK.png|64x64px]] [[File:IDX BIT.png|64x64px]]
[[File:TPK.png|64x64px]] [[File:IDX BIT.png|64x64px]]
=== '''Using Decimal Icon''' ===
[[File:SDM-20-0010.jpg|right]]
* Demo model: HMT070ATA-1C
* Demo Video: [https://Youtu.be/QCQCHSdFNrA youtu.be/QCQCHSdFNrA] (2:52)
* Demo Project:
* Decimal Icon element (show icons as number)
* Number element example with selected font
* PIP_number_keyboard Show the UI in minutes!!
[[File:TPK.png|64x64px]] [[File:TPK-NM2.png|64x64px]] [[File:Num.png|64x64px]] [[File:IDX DEC.png|64x64px]]

Revision as of 13:56, 11 August 2025

Show text, icon and background on Smart LCD

  • Static_String element with selected font
  • Static_Icon element with transparency setting
  • Background_Images

Number value and touch key with operation

  • Touch_Key element with visual effect
  • Call operations
  • Number element example with selected font

Using PIP number keyboard

  • Touch_Key element with color inverse effect
  • Call operations
  • Number element example with selected font
  • PIP_number_keyboard

Number with variant decimal format

QR code of a string variable input by PIP keyboard

  • Demo model: HMT070ATA-1C

Progress Bar in 3 modes

Bit Icon with Touch Key XOR operation

  • Demo model: HMT070ATA-1C
  • Demo Video: youtu.be/3uzFYajW5Qo (3:01)
  • Demo Project: SDM-20-0006(Bit_icon,Touch_Key,XOR_VP).zip
  • 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 weight as bit operation
  • Number element with selected font

Indexed Icon

  • Indexed Icon element controlled by VP value
  • Number element with selected font
  • Touch_Key element call "VP:=VP+value,loop"
  • Page_Call to assign a VP value

Using PAGE jump to build UI

  • Demo model: HMT070ATA-1C
  • Demo Video: youtu.be/IXkcBMsIdII (2:35)
  • Demo Project: SDM-20-0009(TPK,JUMP,DELAY_JUMP,BIT_ICON).zip
  • Page delay jump
  • Page Jump call by Touch_Key element
  • 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 weight as bit operation

Using Decimal Icon

  • Demo model: HMT070ATA-1C
  • Demo Video: youtu.be/QCQCHSdFNrA (2:52)
  • Demo Project:
  • Decimal Icon element (show icons as number)
  • Number element example with selected font
  • PIP_number_keyboard Show the UI in minutes!!