From: Joey Castillo Date: Sat, 8 Mar 2025 21:05:09 +0000 (-0500) Subject: character set fix X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=f745825a89657635d74937e9de71bcc787f3d3ee;p=sensor-watch.git character set fix --- diff --git a/watch-library/shared/watch/watch_common_display.h b/watch-library/shared/watch/watch_common_display.h index 2f8c6d9..f174115 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, // )