mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 07:10:51 -08:00
Revert "Changed font type to "unsigned char""
This reverts commit 4d80706aed.
This commit is contained in:
@@ -156,7 +156,7 @@ class DisplayUI {
|
||||
// ===== FONT ===== //
|
||||
// Created by http://oleddisplay.squix.ch/ Consider a donation
|
||||
// In case of problems make sure that you are using the font file with the correct version!
|
||||
const unsigned char DejaVu_Sans_Mono_12[] PROGMEM = {
|
||||
const char DejaVu_Sans_Mono_12[] PROGMEM = {
|
||||
0x07, // Width: 7
|
||||
0x0F, // Height: 15
|
||||
0x20, // First Char: 32
|
||||
|
||||
Reference in New Issue
Block a user