The codebase to run the *spark d-fuser controller www.sparkav.co.uk/dvimixer

Dependencies:   SPK-TVOne DMX DmxArtNet NetServicesMin OSC PinDetect mRotaryEncoder iniparser mbed spk_oled_ssd1305 filter

Files at this revision

API Documentation at this revision

Comitter:
tobyspark
Date:
Thu Jul 19 11:02:29 2012 +0000
Parent:
5:f8b285ca41ba
Child:
7:e6717468c18d
Commit message:
Fixed 'g' in font

Changed in this revision

spk_oled_gfx.h Show annotated file Show diff for this revision Revisions of this file
--- a/spk_oled_gfx.h	Thu Jul 19 10:46:53 2012 +0000
+++ b/spk_oled_gfx.h	Thu Jul 19 11:02:29 2012 +0000
@@ -89,7 +89,7 @@
 const uint8_t char100[] = {5, 0x3E, 0x22, 0x22, 0x22, 0x1C};
 const uint8_t char101[] = {4, 0x1C, 0x2A, 0x2A, 0x22};
 const uint8_t char102[] = {4, 0x3E, 0x0A, 0x0A, 0x02};
-const uint8_t char103[] = {1, 0x1C};
+const uint8_t char103[] = {5, 0x1C, 0xA2, 0xA2, 0xAA, 0x7A};
 const uint8_t char104[] = {5, 0x3E, 0x08, 0x08, 0x08, 0x3E};
 const uint8_t char105[] = {1, 0x3A};
 const uint8_t char106[] = {5, 0x10, 0x20, 0x22, 0x22, 0x1E};