mirror of
https://github.com/adafruit/TFTLCD-Library.git
synced 2026-07-28 04:06:02 +00:00
Fixed Compilation issue due to not datatype assigned for textsize variable
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ void Adafruit_TFTLCD::init(void) {
|
||||
|
||||
rotation = 0;
|
||||
cursor_y = cursor_x = 0;
|
||||
textsize = 1;
|
||||
int textsize = 1;
|
||||
textcolor = 0xFFFF;
|
||||
_width = TFTWIDTH;
|
||||
_height = TFTHEIGHT;
|
||||
|
||||
Reference in New Issue
Block a user