mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
1c0276a0be
* FuriHal: lower MGG display contrast by 4 points * FuriHal: unify external gpio resources initialization * Infrared: parse raw in universal TV file, cleanup it with new ifrared script. Other minor changes. * Gui: fix elements_multiline_text_aligned eating symbols * Lib: human readable errors in flipper application package * Special request from marketing team
11 lines
No EOL
217 B
C
11 lines
No EOL
217 B
C
typedef enum {
|
|
HidViewSubmenu,
|
|
HidViewKeynote,
|
|
HidViewKeyboard,
|
|
HidViewMedia,
|
|
HidViewMouse,
|
|
HidViewMouseClicker,
|
|
HidViewMouseJiggler,
|
|
BtHidViewTikTok,
|
|
HidViewExitConfirm,
|
|
} HidView; |