[fix] bitmap: change name

This commit is contained in:
2023-03-26 17:25:25 +02:00
parent 43d30bb283
commit 7b4fdb73e9

View File

@@ -28,6 +28,6 @@ typedef enum
DISP_BTN_X10_INVERSE,
DISP_BTN_NONE,
DISP_BTN_MAX,
} DISP_buttonName_t;
} BITMAP_buttonName_t;
extern GFX_bitmap_t btn_bottom[DISP_BTN_MAX];