If you are looking for software to use, go to Huajun Software Park! software release

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, and business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card) and a photo of yourself holding your ID card) and send it to your email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: front pagePC softwareProgramming softwareProgramming controls Font software for 16-bit Chinese character display (dot matrix font)
Font software for 16-bit Chinese character display (dot matrix font)

Font software for 16-bit Chinese character display (dot matrix font) PC version

QR code
  • Software licensing: free software
  • Software size: 0.86MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2024-11-01
  • Application platform: Win All
  • Software language: Simplified Chinese
  • Version: PC version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
Font library software (dot matrix font library) for 16-bit Chinese character display screen paragraph first LOGO
Chinese character font library 16-bit Song font library, used to display Chinese characters in the program, for example, to realize the circular display of Chinese subtitles on the screen. This is a small program written in VB to demonstrate how to use HZK16 of UCDOS. Netizens can burn the Chinese character library into the film for application in the microcontroller system.

Please put hzk16 and this program in the same directory.

This is a very useful 16*16 dot matrix Chinese character library, and the compressed package contains detailed instructions for use.
Let me briefly explain the principle of dot matrix Chinese character display here:
The display of dot matrix Chinese characters is actually drawing dots on the screen. Taking 16*16 dot matrix Chinese characters as an example, a Chinese character is limited to a square composed of 16*16 dots. Chinese characters are displayed by whether the point is displayed on the screen.
When using the Chinese character library, the position of the Chinese character in the Chinese character library is determined by the area code and bit code, and then 32 bytes are read out continuously. These 32 bytes are arranged in 16 lines, with 2 bytes in each line.
If this bit in a byte is 1, use the foreground color to draw a pixel on the screen, otherwise it will not be drawn, so that a Chinese character can be displayed.
As long as there is the idea that the screen is composed of pixels and shifted, it is completely possible to display Chinese characters in Western languages.
I hope that the display of Chinese characters can give you a better understanding of the C language.

16*16 font model:

Calculate the HZK16 offset address. The internal code is ABCD (AB is first, which is the area code) ADDRESS=[(AB-0xa1)*94 (base array)+(CD-0xa1)]*32( hex array)

The order of appearance in the model is high:

Screenshot of the font software (dot matrix font) of the 16-bit Chinese character display screen

FAQ

Font software for 16-bit Chinese character display (dot matrix font)

Font software for 16-bit Chinese character display (dot matrix font) PC version

closure