Display UI Download: Difference between revisions

From Smart LCD
Created page with " == Download the display project == There are three ways to pre-load display project into the Smart LCD {| class="wikitable" |+ !No. !Download method !Speed !Descriptions |- |<1> |Using U-drive (with OTG cable) |Fast |Suitable for production line operations |- |<2> |Using PC, download by SGTools |Very fast |Good for UI development stage with SGTools |- |<3> |Using PC, files copy |Slow |Not recommanded |} Note. * Some of the Smart LCD could only support <1> * Some of the..."
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:


== Download the display project ==
== Download the display (UI) project ==
There are three ways to pre-load display project into the Smart LCD
There are three ways to pre-load display project into the Smart LCD
{| class="wikitable"
{| class="wikitable"
Line 50: Line 50:
# Power OFF the Smart LCD
# Power OFF the Smart LCD
# Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD
# Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD
# Run the SGTools, open the display project, click the [[index.php?title=File:Download(32x32).png|link=http://192.168.10.3/_P8/SLD_doc/en/File:Download(32x32).png|32x32px]] (short-cut key: F9) download to module
# Run the SGTools, open the display project, click the [[File:Download(32x32).png|32x32px]](short-cut key: F9) download to module
# SGTools recognized the corresponding device. it will pop up the Download window. Please follow the on-screen instruction and wait until it finished. (the previous pre-loaded display project will be overwritten!)
# SGTools recognized the corresponding device. it will pop up the Download window. Please follow the on-screen instruction and wait until it finished. (the previous pre-loaded display project will be overwritten!)
# Disconnect the Smart LCD form the PC
# Disconnect the Smart LCD form the PC
Line 61: Line 61:
# Power OFF the Smart LCD
# Power OFF the Smart LCD
# Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD as a U-drive device [TOPWAY])
# Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD as a U-drive device [TOPWAY])
# Run the SGTools, open the display project, click the [[index.php?title=File:Compile(32).png|link=http://192.168.10.3/_P8/SLD_doc/en/File:Compile(32).png|32x32px]] (short-cut key: F7) generate files “THMT” and “FONT” folder will be generated
# Run the SGTools, open the display project, click the [[File:Compile(32).png|32x32px]](short-cut key: F7) generate files “THMT” and “FONT” folder will be generated
# Copy “THMT” and “FONT” folder to the Smart LCD by file manager (overwrite)
# Copy “THMT” and “FONT” folder to the Smart LCD by file manager (overwrite)
# Wait until it finished. (the previous pre-loaded display project will be overwritten!)
# Wait until it finished. (the previous pre-loaded display project will be overwritten!)
Line 67: Line 67:
# Done!
# Done!
# Power ON the Smart LCD to display …
# Power ON the Smart LCD to display …
= USB terminal for pre-load the display (UI) project =
{| class="wikitable"
|+
!outlook
!terminal type
!description
|-
|[[File:USB-mini terminal.jpg|90x90px]]
|Mini USB
|Connect to PC for display project download. (*1)
Connect to a U-drive via an OTG cable (and power on the Smart LCD) for auto loading display project image that stored in U-drive. (*2)
|-
|[[File:USB-A terminal.jpg|91x91px]]
|USB type A
|Plug in a U-drive (and power on the Smart LCD) for auto loading display project image that stored in U-drive. (*2)
|-
|[[File:USB-C terminal.jpg|90x90px]]
|USB type C
|Connect to PC for display project download (*1)
Connect to an U-drive via an OTG cable (and power on the Smart LCD) for auto loading display project image that stored in U-drive.  (*2)
|}
note.
<nowiki>*</nowiki>1.   PC download display project sequence (use PC onboard USB for good signal and power supply)
* no need external power supply
* connect to PC
* use SGTools to download the display project
* dis-connect form PC
<nowiki>*</nowiki>2.   U-drive copy display project sequence
* plug the U-drive (with OTG cable) to the Smart LCD USB terminal
* power on the Smart LCD
* wait until image copy to be finished
* power off the Smart LCD
* unplug the U-drive (with OTG cable)

Latest revision as of 17:43, 3 June 2025

Download the display (UI) project

There are three ways to pre-load display project into the Smart LCD

No. Download method Speed Descriptions
<1> Using U-drive (with OTG cable) Fast Suitable for production line operations
<2> Using PC, download by SGTools Very fast Good for UI development stage with SGTools
<3> Using PC, files copy Slow Not recommanded

Note.

  • Some of the Smart LCD could only support <1>
  • Some of the Smart LCD could only support <2>/<3>
  • See product user manual for details

Using U-drive (with OTG cable)

   Steps:

  1. Design the UI in SGTools and compile as an IMG file (see Editor Option section about output image setting) Project_Image.img: Display Project Image, include all the UI display files (config, pages, pictures, icons, etc) Project.chk: Verification file contain data for the above files checksum
  2. Copy the Project_Image.img and the Project.chk into a U-drive root directory (file name should keep no change!) (U-drive should be 16GB or below in FAT or FAT32 format; single non-boot partition)
  3. Power OFF the Smart LCD
  4. Connect the U-drive (with OTG cable) to the Smart LCD
  5. Power ON the Smart LCD
  6. It will look for the above two files in the U-drive and update accordingly (the previous pre-loaded display project will be overwritten!)
  7. Wait after the copy and verification
  8. Power OFF the Smart LCD
  9. Disconnect the U-drive (with OTG cable) from the Smart LCD
  10. Done!
  11. Power ON the Smart LCD to display …

Using PC, download by SGTools

   Steps:

  1. Power OFF the Smart LCD
  2. Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD
  3. Run the SGTools, open the display project, click the (short-cut key: F9) download to module
  4. SGTools recognized the corresponding device. it will pop up the Download window. Please follow the on-screen instruction and wait until it finished. (the previous pre-loaded display project will be overwritten!)
  5. Disconnect the Smart LCD form the PC
  6. Done!
  7. Power ON the Smart LCD to display …

Using PC, files copy

   Steps:

  1. Power OFF the Smart LCD
  2. Connect the Smart LCD to PC using a standard USB cable (wait until the PC recognize the Smart LCD as a U-drive device [TOPWAY])
  3. Run the SGTools, open the display project, click the (short-cut key: F7) generate files “THMT” and “FONT” folder will be generated
  4. Copy “THMT” and “FONT” folder to the Smart LCD by file manager (overwrite)
  5. Wait until it finished. (the previous pre-loaded display project will be overwritten!)
  6. Disconnect the Smart LCD form the PC
  7. Done!
  8. Power ON the Smart LCD to display …

USB terminal for pre-load the display (UI) project

outlook terminal type description
Mini USB Connect to PC for display project download. (*1)

Connect to a U-drive via an OTG cable (and power on the Smart LCD) for auto loading display project image that stored in U-drive. (*2)

USB type A Plug in a U-drive (and power on the Smart LCD) for auto loading display project image that stored in U-drive. (*2)
USB type C Connect to PC for display project download (*1)

Connect to an U-drive via an OTG cable (and power on the Smart LCD) for auto loading display project image that stored in U-drive. (*2)

note.

*1.   PC download display project sequence (use PC onboard USB for good signal and power supply)

  • no need external power supply
  • connect to PC
  • use SGTools to download the display project
  • dis-connect form PC

*2.   U-drive copy display project sequence

  • plug the U-drive (with OTG cable) to the Smart LCD USB terminal
  • power on the Smart LCD
  • wait until image copy to be finished
  • power off the Smart LCD
  • unplug the U-drive (with OTG cable)