
Unicode Software Setting Practical Demonstration
Explore the practical demonstration of Unicode software settings with the DWIN.T5L.DGUS device. Learn about font selection, language encoding, text scrolling, and more for English and other languages. Enhance your understanding of application development and control features like speed and color adjustment for a seamless user experience.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
DWIN T5L DGUS Text scroll 2 0 2 3 / 0 4
CONTENTS Unicode Software Setting Practical demonstration
Unicode1 PART ONE
Unicode Font Generator https://www.dwin-global.com/tool-page/ Font selection,I select Arial Unicode can be selected for English mode Move font horizontally and vertically Dot matrix size,usually set to width24,height24 Unicode common language encoding range u0000-u01FF: Contains English /Dutch /Spanish /Italian /Portuguese /Danish/German/Finnish/Norwegian/Swedish/French /Turkish. (same language family). English font range from 0x0000 to 0x01FF
Software Setting2 PART TWO
Software Setting T5L DGUSII Application Development Guide Text Scroll https://www.dwin-global.com/development-guide/ SP+0x01,low byte is used to control rolling speed SP+0x02,low byte is used to control scroll, pause, and close SP+0x03 is used to control text color
Software Setting SP address Display area width and height Variable storage space users can use address range arbitrarily:0x1000-0xFFFF If English is used, Unicode is recommended Denotes rolling speed Non-ASC ll font location,set the font ID according to your needs.Put it in the DWIN SET folder in advance. The size of the dot matrix in the X and Y directions of the font library cannot be set arbitrarily. Otherwise, it will display garbled characters. For example,the font library No.23 dzk file is a 24*24 dotmatrix,which is the setting parameter for this. Character interval Type the text you want to display
Software Setting Speed adjustment Button effect The address that controls the speed is SP+0x01: L, so we set it to 2001 and select low byte write It means that the key keeps circulating The range of speed adjustment Adjust the button only once
Software Setting Change color Button effect The address that changes color is SP+0x03, so we set it to 2003 and select int byte write It means that the key keeps circulating The range of color adjustment,color code range: 0x0000-0xFFFF Adjust the button only once
Software Setting Scroll/Pause/Hide Button effect Scroll control : 00= roll, 01= pause, 02= close The address that controls the scrolling is SP+0x02: L, so we set it to 2002 and select low byte write
Unicode2 PART TWO
Unicode Font Generator http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&tid=5231&highlight=%E5%AD%97%E5%BA%93&_dsign=2b164571 Font selection,I select Arial Unicode can be selected for English mode Move font horizontally and vertically Dot matrix size,usually set to width24,height24 Unicode common language encoding range u0000-u01FF: Contains English /Dutch /Spanish /Italian /Portuguese /Danish/German/Finnish/Norwegian/Swedish/French /Turkish. (same language family). English font range from 0x0000 to 0x01FF