SPI based library for the ST7735 LCD controller.

Dependents:   RayCastingEngine RETRO_LCD_PerformanceTest RETRO_loop_test RETRO_RickGame ... more

Revision:
13:a559617cdf94
Parent:
0:7b3fb3085867
--- a/font_IBM.h	Sun Jan 25 06:53:17 2015 +0000
+++ b/font_IBM.h	Sun Feb 01 05:09:49 2015 +0000
@@ -5,8 +5,9 @@
 #ifndef __FONT_IBM_H__
 #define __FONT_IBM_H__
 
-const uint8_t font_ibm[2048] =
-{
+const uint8_t font_ibm[] =
+{    
+    0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,       // Width, Height, FirstChar, left padding, right padding, top padding, bottom padding
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Char 000 (.)
     0x7E, 0x81, 0xA5, 0x81, 0xBD, 0x99, 0x81, 0x7E, // Char 001 (.)
     0x7E, 0xFF, 0xDB, 0xFF, 0xC3, 0xE7, 0xFF, 0x7E, // Char 002 (.)