This commit is contained in:
2023-09-27 23:43:55 +03:00
parent f432bc16be
commit eeda3b930f
3 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@ void setup() {
ring.begin();
screen.begin();
screen.drawBitmap(0, 0, DashyFox_logo, 128, 32);
screen.adafruit->drawBitmap(0, 0, DashyFox_logo, 128, 32, WHITE);
screen.adafruit->display();
}