Update font.c

master
Sylaina 3 years ago committed by GitHub
parent 64341a0d5f
commit 1f58753823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ const char ssd1306oled_font[][6] PROGMEM = {
{0x00, 0x7E, 0x01, 0x49, 0x55, 0x73}, // ß
{0x00, 0x7C, 0x10, 0x10, 0x08, 0x1C}, // µ
{0x00, 0x30, 0x48, 0x20, 0x48, 0x30}, // ω
{0x00, 0x2C, 0x32, 0x02, 0x32, 0x2C} // Ω
{0x00, 0x5C, 0x62, 0x02, 0x62, 0x5C} // Ω
};
const char special_char[][2] PROGMEM = {
// define position of special char in font

Loading…
Cancel
Save