Tutorials: Difference between revisions

From Smart LCD
Line 137: Line 137:


[[File:G16.png|64x64px]]
[[File:G16.png|64x64px]]
note. SGTools is an updated development tools over previous RGTools that used in the videos.

Revision as of 14:09, 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

Show Graph data and update via RS-232C

  • Demo Model: HMT070ATA-1C
  • Demo Video: youtu.be/_-IlA38DPYk (2:48)
  • Demo Project: SDM-20-0011(5mode_of_Graph).zip
  • Graph (dot_plot, line_plot)
  • Graph (area_plot, top_fill_plot, bottom_fill_plot)
  • update the graph data value via RS-232C (two kind of updating command)
  • see the display update responses

note. SGTools is an updated development tools over previous RGTools that used in the videos.