minor fix
authorKevin Townsend <kevin@ktownsend.com>
Mon, 27 Feb 2012 23:36:58 +0000 (00:36 +0100)
committerKevin Townsend <kevin@ktownsend.com>
Mon, 27 Feb 2012 23:36:58 +0000 (00:36 +0100)
drivers/lcd/tft/drawing.c

index e90a8e6..cdc8d5a 100644 (file)
@@ -300,10 +300,10 @@ void drawStringSmall(uint16_t x, uint16_t y, uint16_t color, char* text, struct
 
     @code 
 
-    #include "drivers/lcd/tft/fonts/veramono9.h"
+    #include "drivers/lcd/tft/fonts/dejavusans9.h"
     
-    drawString(0, 90,  COLOR_BLACK, &bitstreamVeraSansMono9ptFontInfo, "Vera Mono 9 (30 chars wide)");
-    drawString(0, 105, COLOR_BLACK, &bitstreamVeraSansMono9ptFontInfo, "123456789012345678901234567890");
+    drawString(0, 90,  COLOR_BLACK, &dejaVuSans9ptFontInfo, "DejaVu Sans 9");
+    drawString(0, 105, COLOR_BLACK, &dejaVuSans9ptFontInfo, "123456789012345678901234567890");
 
     @endcode
 */
This page took 0.028702 seconds and 4 git commands to generate.