Code cleanup

- Fixed bug with wrong keys bound to tab
- cleaned up Luna and OLED code
This commit is contained in:
Victor 2024-06-21 23:24:18 -05:00
parent 8a520c259d
commit ce420c5f29
Failed to generate hash of commit
4 changed files with 5 additions and 16 deletions

View file

@ -17,7 +17,7 @@
#define OLED_LUNA_ANIM_SIZE 96 // number of bytes in array. If you change sprites, minimize for adequate firmware size. max is 1024
void render_luna(void);
void animate_luna(int col, int line);
void animate_luna(uint8_t col, uint8_t line);
// Luna Sit
static const char PROGMEM sit[2][OLED_LUNA_ANIM_SIZE] = {