From 4b34313c20dcd251d0dd2b1eed79c69e32a4af24 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 11 Mar 2024 03:43:50 +0100 Subject: [PATCH] Change Bulb --- bitmaps.c | 3 +-- bitmaps.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bitmaps.c b/bitmaps.c index 3e730ec..13adc09 100644 --- a/bitmaps.c +++ b/bitmaps.c @@ -58,9 +58,8 @@ const uint8_t gFontScanAll[10] = 0b00111110 }; -const uint8_t gFontLight[11] = +const uint8_t gFontLight[10] = { - 0b00000000, 0b00001100, 0b00010010, 0b00100001, diff --git a/bitmaps.h b/bitmaps.h index ffca734..5a07e61 100644 --- a/bitmaps.h +++ b/bitmaps.h @@ -12,7 +12,7 @@ extern const uint8_t gFontPttClassic[2][6]; extern const uint8_t gFontFM[2][6]; extern const uint8_t gFontKeyLock[1][8]; extern const uint8_t gFontScanAll[10]; -extern const uint8_t gFontLight[11]; +extern const uint8_t gFontLight[10]; extern const uint8_t gFontXB[2][6]; extern const uint8_t gFontMO[2][6];