diff --git a/graphics/textBoxBG.png b/graphics/textBoxBG.png index 3c1f9b9..a8d4293 100644 Binary files a/graphics/textBoxBG.png and b/graphics/textBoxBG.png differ diff --git a/include/text_engine.h b/include/text_engine.h index fd993f5..cc55c42 100644 --- a/include/text_engine.h +++ b/include/text_engine.h @@ -8,7 +8,7 @@ #define V_MAX 160 #define LEFT 8 #define RIGHT (H_MAX - LEFT) -#define TOP 112 +#define TOP 120 #define BOTTOM V_MAX #define INK_WHITE 15