This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#define USE_FONT_3x5 | |
#ifdef USE_FONT_5x7 | |
// standard ascii 5x7 font | |
// defines ascii characters 0x20-0x7F (32-127) | |
#define FONT_OFFSET 32 | |
#define FONT_WIDTH 5 | |
#define FONT_HEIGHT 7 |