From 86ba591615dde725833b2a024c79f9611326d8eb Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Tue, 13 May 2025 12:49:37 +0200 Subject: oled changes --- lib/oled/oled.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/oled/oled.h') diff --git a/lib/oled/oled.h b/lib/oled/oled.h index 4873285..b6fe7fa 100644 --- a/lib/oled/oled.h +++ b/lib/oled/oled.h @@ -9,8 +9,8 @@ public: void init(); void showMessage(const String& msg,int size = 1 ,int x = 0, int y = 0); - void drawBitmap(const uint8_t* bitmap); - void showAnimation(const uint8_t* animation[], int frames, int delayTime); + void drawFullBitmap(const uint8_t* bitmap); + void showAnimation(const byte* frames, int frameCount, int frameWidth, int frameHeight, int frameDelay); void clear(); private: -- cgit v1.2.3