Skip to content

Commit

Permalink
refactor: scrolling text items offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Otrebor671 committed Aug 27, 2024
1 parent dd7ec95 commit bb22d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/main/general/general_screens.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void general_screen_display_scrolling() {
oled_screen_display_card_border();
#ifdef CONFIG_RESOLUTION_128X64
uint16_t items_per_screen = 3;
uint16_t screen_title = 1;
uint16_t screen_title = 2;

oled_screen_display_text_center("Information", ITEM_PAGE_OFFSET,
OLED_DISPLAY_NORMAL);
Expand Down

0 comments on commit bb22d90

Please sign in to comment.