From 1cca3f7e016b0b84f2110260d531fe1dc98633e3 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 11 Sep 2023 22:13:06 -0300 Subject: [PATCH] canoe symbol added --- src/custom_characters.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/custom_characters.h b/src/custom_characters.h index b3ea67f..ce7a056 100644 --- a/src/custom_characters.h +++ b/src/custom_characters.h @@ -243,18 +243,18 @@ static const unsigned char truckSymbol[] PROGMEM = { static const unsigned char canoeSymbol[] PROGMEM = { 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, - 0b00000000, 0b00000000, + 0b00000001, 0b10000000, + 0b00000011, 0b11000000, + 0b00000001, 0b10000000, + 0b00000011, 0b10000000, + 0b00000011, 0b11110000, + 0b00000011, 0b00100000, + 0b11111111, 0b11111111, + 0b01000000, 0b10000010, + 0b00111111, 0b11111100, + 0b00000010, 0b00000000, + 0b00001110, 0b00000000, + 0b00011100, 0b00000000, 0b00000000, 0b00000000 };