Dieser Commit ist enthalten in:
Sylaina 2018-09-15 13:54:47 +02:00 committet von GitHub
Ursprung be58852484
Commit 53b690b329
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

4
font.h
Datei anzeigen

@ -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