Code Editor WIP

This commit is contained in:
2021-12-14 20:09:23 +01:00
parent be083a23e2
commit acfaf873ce
4 changed files with 318 additions and 80 deletions

18
ascii.h
View File

@@ -110,7 +110,25 @@
#define KEY_RALT 230
#define KEY_RGUI 231
#define COLOR_BLACK 0
#define COLOR_BLUE 1
#define COLOR_GREEN 2
#define COLOR_CYAN 3
#define COLOR_RED 4
#define COLOR_MAGENTA 5
#define COLOR_BROWN 6
#define COLOR_LIGHT_GRAY 7
#define COLOR_DARK_GRAY 8
#define COLOR_LIGHT_BLUE 9
#define COLOR_LIGHT_GREEN 10
#define COLOR_LIGHT_CYAN 11
#define COLOR_LIGHT_RED 12
#define COLOR_LIGHT_MAGENTA 13
#define COLOR_YELLOW 14
#define COLOR_WHITE 15
void loop();
const char* get_filename();
void cls(uint8_t value=32);
void ink(uint8_t value); // global::ink