diff options
| author | Damien George | 2016-04-08 11:08:37 +0100 |
|---|---|---|
| committer | Damien George | 2016-04-12 14:06:53 +0100 |
| commit | 53ad681ed1786601ca5eccb60f8fd950b8bc47d7 (patch) | |
| tree | a6bf5beb1f2b8b8c06ae05135af59d5ac31872be /stmhal | |
| parent | 3a37426b29451cd51e444526c803ba7905c6b151 (diff) | |
extmod: Add initial framebuf module.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/font_petme128_8x8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/font_petme128_8x8.h b/stmhal/font_petme128_8x8.h index 8df78a250..7f928edda 100644 --- a/stmhal/font_petme128_8x8.h +++ b/stmhal/font_petme128_8x8.h @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -const uint8_t font_petme128_8x8[] = { +static const uint8_t font_petme128_8x8[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 32= 0x00,0x00,0x00,0x4f,0x4f,0x00,0x00,0x00, // 33=! 0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00, // 34=" |
