1
0
mirror of https://github.com/revspace/operame synced 2024-10-31 21:47:30 +00:00

Logo updated

ControlCO2 logo used
This commit is contained in:
tomderyck 2021-06-03 10:57:59 +02:00
parent 57860a9429
commit de55b35627
4 changed files with 7109 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

7108
logo.h

File diff suppressed because it is too large Load Diff

View File

@ -90,7 +90,7 @@ void display_lines(const std::list<String>& lines, int fg = TFT_WHITE, int bg =
void display_logo() { void display_logo() {
clear_sprite(); clear_sprite();
sprite.setSwapBytes(true); sprite.setSwapBytes(true);
sprite.pushImage(12, 30, 215, 76, OPERAME_LOGO); sprite.pushImage(0, 0, 240, 135, CONTROL_CO2_V2_240_135_LOGO);
sprite.pushSprite(0, 0); sprite.pushSprite(0, 0);
} }