uVGA III library
Dependents: CDUFinal CDU_Mbed_21 CDU_Mbed_26 CDU_Mbed_30
Fork of 4DGL by
Diff: TFT_4DGL_main.cpp
- Revision:
- 3:f34ce48346bc
- Parent:
- 2:aa719945d0e4
--- a/TFT_4DGL_main.cpp Tue Jul 01 13:20:11 2014 +0000 +++ b/TFT_4DGL_main.cpp Sat Jul 05 16:31:43 2014 +0000 @@ -53,7 +53,7 @@ current_color = WHITE; // initial text color current_orientation = IS_PORTRAIT; // initial screen orientation - set_font(FONT_15X17); // initial font + set_font(FONT_12X34); // initial font text_mode(OPAQUE); // initial texr mode }