CFontzPacket updates:
- Add a structure describing known models, their features and default settings. - Use partial screen updates for newer CFA633 versions. - For CFA533/633 use the same character mapping as for HD44780. - Fixed a few typos. - Use C-style comments only. - Add a warning about the driver being deprecated to CFontz633. Users should use CFontzPacket with Model=633 instead.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define CF633_Set_LCD_Contents_Line_One 7
|
||||
#define CF633_Set_LCD_Contents_Line_Two 8
|
||||
#define CF633_Set_LCD_Special_Character_Data 9
|
||||
#define CF633_Read_Height_Bytes_of_LCD_Memory 10
|
||||
#define CF633_Read_Eight_Bytes_of_LCD_Memory 10
|
||||
#define CF633_Set_LCD_Cursor_Position 11
|
||||
#define CF633_Set_LCD_Cursor_Style 12
|
||||
#define CF633_Set_LCD_Contrast 13
|
||||
|
||||
Reference in New Issue
Block a user