mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[kandinsky] Don't forget the last character of the range
This commit is contained in:
committed by
LeaNumworks
parent
dfb30e5799
commit
23f93703ad
@@ -42,7 +42,7 @@ void writeImageToPNGFile(image_t * image, char * filename);
|
||||
|
||||
#define CHARACTER_RANGE_START 0x20
|
||||
#define CHARACTER_RANGE_END 0x7E
|
||||
#define CHARACTER_COUNT (CHARACTER_RANGE_END-CHARACTER_RANGE_START)
|
||||
#define CHARACTER_COUNT (CHARACTER_RANGE_END-CHARACTER_RANGE_START+1)
|
||||
#define GLYPH_COUNT (CHARACTER_COUNT + NUMBER_OF_SYMBOLS)
|
||||
|
||||
#define GRID_WIDTH 19
|
||||
|
||||
Reference in New Issue
Block a user