the files are:
CustomChar.cpp / .h holds a custom char definition
CustomCharDef.cpp / .h to visually define a custom char
Creating a custom char on a LCD:
BOOL CreateCustomChar(short nNumber, CCustomChar &cChar) in each LCD driver derived from CLcd
e.g. BOOL CLcdHD44780::CreateCustomChar(short n, CCustomChar &cChar) in LcdHD44780.cpp
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where can I find the code's for the custom characters???
Is there a list available?
the files are:
CustomChar.cpp / .h holds a custom char definition
CustomCharDef.cpp / .h to visually define a custom char
Creating a custom char on a LCD:
BOOL CreateCustomChar(short nNumber, CCustomChar &cChar) in each LCD driver derived from CLcd
e.g. BOOL CLcdHD44780::CreateCustomChar(short n, CCustomChar &cChar) in LcdHD44780.cpp