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:
parent
57860a9429
commit
de55b35627
BIN
Control CO2 Logo V1 240_135.png
Normal file
BIN
Control CO2 Logo V1 240_135.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
Control CO2 Logo V2 240_135.png
Normal file
BIN
Control CO2 Logo V2 240_135.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
@ -90,7 +90,7 @@ void display_lines(const std::list<String>& lines, int fg = TFT_WHITE, int bg =
|
||||
void display_logo() {
|
||||
clear_sprite();
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user