feat: centered selection when scrolling

This commit is contained in:
2024-05-22 00:19:32 +02:00
parent 58955e056f
commit ad03cd4d36
2 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
pub const MAX_ITEM_DISPLAY_COUNT: u16 = 10;
pub const MAX_ITEM_DISPLAY_COUNT: u16 = 9;
pub const PADDING: u16 = 8;
pub const LINE_SPACING: u16 = 2;
pub const FONT_POINT_SIZE: u16 = 16;