mirror of
https://github.com/revspace/operame
synced 2024-10-31 21:47:30 +00:00
Merge pull request #1 from tomderyck/main
Logo update and Excel Data Streamer
This commit is contained in:
commit
44867dc781
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 |
@ -103,7 +103,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -479,7 +479,8 @@ void loop() {
|
|||||||
|
|
||||||
every(5000) {
|
every(5000) {
|
||||||
co2 = get_co2();
|
co2 = get_co2();
|
||||||
Serial.println(co2);
|
Serial.print(co2);
|
||||||
|
Serial.println();
|
||||||
}
|
}
|
||||||
|
|
||||||
every(50) {
|
every(50) {
|
||||||
|
Loading…
Reference in New Issue
Block a user