mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:28:36 -07:00
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:
@@ -76,7 +76,7 @@ static void submenu_view_draw_callback(Canvas* canvas, void* _model) {
|
|||||||
SubmenuModel* model = _model;
|
SubmenuModel* model = _model;
|
||||||
|
|
||||||
const uint8_t item_height = 16;
|
const uint8_t item_height = 16;
|
||||||
uint8_t item_width = 123;
|
uint8_t item_width = canvas_width(canvas) - 5;
|
||||||
|
|
||||||
if(canvas->orientation == CanvasOrientationVertical ||
|
if(canvas->orientation == CanvasOrientationVertical ||
|
||||||
canvas->orientation == CanvasOrientationVerticalFlip) {
|
canvas->orientation == CanvasOrientationVerticalFlip) {
|
||||||
|
|||||||
Reference in New Issue
Block a user