LCD Inversion finished by MMX

This commit is contained in:
Dmitry422
2025-04-09 23:37:30 +07:00
parent 4ec8f21e09
commit 224d4e060b
7 changed files with 37 additions and 17 deletions

View File

@@ -447,6 +447,10 @@ void canvas_draw_icon_bitmap(
int16_t h,
const Icon* icon);
bool canvas_is_inverted_lcd(Canvas* canvas);
void canvas_set_inverted_lcd(Canvas* canvas, bool inverted);
#ifdef __cplusplus
}
#endif