From f745825a89657635d74937e9de71bcc787f3d3ee Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 8 Mar 2025 16:05:09 -0500 Subject: [PATCH] character set fix --- watch-library/shared/watch/watch_common_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-library/shared/watch/watch_common_display.h b/watch-library/shared/watch/watch_common_display.h index 2f8c6d9a..f174115a 100644 --- a/watch-library/shared/watch/watch_common_display.h +++ b/watch-library/shared/watch/watch_common_display.h @@ -53,7 +53,7 @@ static const uint8_t Custom_LCD_Character_Set[] = 0b01100011, // # (degree symbol, hash mark doesn't fit) 0b11101101, // $ (S with a downstroke) 0b00000000, // % (unused) - 0b00000000, // & (unused) + 0b01000100, // & ("lowercase 7" for positions 4 and 6) 0b00100000, // ' 0b00111001, // ( 0b00001111, // )