[wip] added encoder
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct
|
||||
uint16_t phase;
|
||||
uint8_t wave;
|
||||
uint8_t enabled;
|
||||
uint8_t connected;
|
||||
uint8_t link;
|
||||
} GEN_fg_t;
|
||||
|
||||
typedef struct
|
||||
@@ -59,4 +59,5 @@ void CTRL_buttonsInit(void);
|
||||
void CTRL_buttonsHandler(void);
|
||||
void CTRL_pushedDispBtnEvent(ButtonKey_t *key);
|
||||
void CTRL_pushedChanBtnEvent(ButtonKey_t *key);
|
||||
void CTRL_encoderEvent(int8_t enc);
|
||||
BITMAP_buttonName_t CTRL_getBitmapName(LAY_dispBtn_t disp_btn);
|
||||
|
||||
Reference in New Issue
Block a user