Skip to content

Commit

Permalink
Hid app: Flip Numpad
Browse files Browse the repository at this point in the history
  • Loading branch information
gid9798 committed Jun 23, 2023
1 parent 2149859 commit 3ee2223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/external/hid_app/views/hid_numpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ HidNumpad* hid_numpad_alloc(Hid* bt_hid) {
hid_numpad->hid = bt_hid;
view_set_context(hid_numpad->view, hid_numpad);
view_allocate_model(hid_numpad->view, ViewModelTypeLocking, sizeof(HidNumpadModel));
view_set_orientation(hid_numpad->view, ViewOrientationVerticalFlip);
view_set_orientation(hid_numpad->view, ViewOrientationVertical);
view_set_draw_callback(hid_numpad->view, hid_numpad_draw_callback);
view_set_input_callback(hid_numpad->view, hid_numpad_input_callback);

Expand Down

0 comments on commit 3ee2223

Please sign in to comment.