Merge OFW (didnt keep most code, see desc for why)

External cc1101 code is already here, its just refactored in OFW
I don't understand it, so I won't even try to merge it
The FAP fix for favorite apps, well we have a different keybind system
Keybinds didn't have that issue to begin with
This commit is contained in:
Willy-JL
2023-07-04 17:50:55 +02:00

View File

@@ -76,7 +76,7 @@ static void submenu_view_draw_callback(Canvas* canvas, void* _model) {
SubmenuModel* model = _model;
const uint8_t item_height = 16;
uint8_t item_width = 123;
uint8_t item_width = canvas_width(canvas) - 5;
if(canvas->orientation == CanvasOrientationVertical ||
canvas->orientation == CanvasOrientationVerticalFlip) {