mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
./fbt format
This commit is contained in:
@@ -22,23 +22,22 @@
|
||||
|
||||
#include "hal.h"
|
||||
|
||||
#define LCD_WIDTH 32
|
||||
#define LCD_HEIGHT 16
|
||||
#define LCD_WIDTH 32
|
||||
#define LCD_HEIGHT 16
|
||||
|
||||
#define ICON_NUM 8
|
||||
#define ICON_NUM 8
|
||||
|
||||
typedef enum {
|
||||
BTN_STATE_RELEASED = 0,
|
||||
BTN_STATE_PRESSED,
|
||||
BTN_STATE_RELEASED = 0,
|
||||
BTN_STATE_PRESSED,
|
||||
} btn_state_t;
|
||||
|
||||
typedef enum {
|
||||
BTN_LEFT = 0,
|
||||
BTN_MIDDLE,
|
||||
BTN_RIGHT,
|
||||
BTN_LEFT = 0,
|
||||
BTN_MIDDLE,
|
||||
BTN_RIGHT,
|
||||
} button_t;
|
||||
|
||||
|
||||
bool_t hw_init(void);
|
||||
void hw_release(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user