Update font.h

pull/7/head
Sylaina 6 years ago committed by GitHub
parent be58852484
commit 53b690b329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ const char ssd1306oled_font[][6] PROGMEM = {
{0x00, 0x3D, 0x42, 0x42, 0x42, 0x3D}, // Ö
{0x00, 0x02, 0x05, 0x02, 0x00, 0x00}, // °
{0x00, 0x7E, 0x01, 0x49, 0x55, 0x73}, // ß
{0x00, 0x7C, 0x10, 0x10, 0x08, 0x1C}, // µ
{0x00, 0x7C, 0x20, 0x20, 0x10, 0x1C}, // µ
};
uint8_t getCharPosition(char value){
@ -158,4 +158,4 @@ uint8_t getCharPosition(char value){
return value;
}
#endif
#endif

Loading…
Cancel
Save