Skip to content

Commit

Permalink
use chip icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfmi committed Apr 3, 2024
1 parent bd1657e commit c1c95f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/WatchFaces/7_SEG/Watchy_7_SEG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void Watchy7SEG::drawWeather(){
}else
return;
}else{
weatherIcon = cputemp;
weatherIcon = chip;
}

display.drawBitmap(145, 158, weatherIcon, WEATHER_ICON_WIDTH, WEATHER_ICON_HEIGHT, DARKMODE ? GxEPD_WHITE : GxEPD_BLACK);
Expand Down
2 changes: 1 addition & 1 deletion examples/WatchFaces/7_SEG/icons.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const unsigned char wifioff [] PROGMEM = {
0x01, 0xff, 0xc0, 0x00, 0x07, 0xe1, 0xc0, 0x00, 0x0f, 0xc0, 0x80, 0x00, 0x1f, 0x0c, 0x00, 0x00,
0x3c, 0x1e, 0x00, 0x00, 0xf8, 0x0c, 0x00, 0x00
};
// 'chip', 32x32px
// 'chip', 48x32px
const unsigned char chip [] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x48, 0x00, 0x00, 0x00, 0x00,
Expand Down

0 comments on commit c1c95f9

Please sign in to comment.