mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 15:16:47 -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 ===== //
|
// ===== FONT ===== //
|
||||||
// Created by http://oleddisplay.squix.ch/ Consider a donation
|
// 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!
|
// 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
|
0x07, // Width: 7
|
||||||
0x0F, // Height: 15
|
0x0F, // Height: 15
|
||||||
0x20, // First Char: 32
|
0x20, // First Char: 32
|
||||||
|
|||||||
Reference in New Issue
Block a user