7static const char* FONT_POINT_LOOKUP[] = {
23 return FONT_POINT_LOOKUP[val];
Utility file to interact with custom font.
const char * get_font_point_str(int val)
Get the decimal point string equivalent of 0-9 from integer param.
char digit_char_to_font_point(char digit_char)
Get the decimal point char equivalent of 0-9 from char param.
Utilities relating around number string representation and protected arithmatic helper functions.