mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-15 06:43:00 +00:00
shift album font down 2 pixels
This commit is contained in:
@@ -783,7 +783,7 @@ class MusicManager:
|
|||||||
y_pos_artist_top = int(matrix_height * ARTIST_Y_PERCENT) + font_shift
|
y_pos_artist_top = int(matrix_height * ARTIST_Y_PERCENT) + font_shift
|
||||||
|
|
||||||
# For album, use a smaller shift to ensure it fits above progress bar
|
# For album, use a smaller shift to ensure it fits above progress bar
|
||||||
album_shift = min(font_shift, 3) # Cap album shift at 3 pixels to preserve space
|
album_shift = min(font_shift, 5) # Cap album shift at 5 pixels to preserve space
|
||||||
y_pos_album_top = int(matrix_height * ALBUM_Y_PERCENT) + album_shift
|
y_pos_album_top = int(matrix_height * ALBUM_Y_PERCENT) + album_shift
|
||||||
|
|
||||||
TEXT_SCROLL_DIVISOR = 5
|
TEXT_SCROLL_DIVISOR = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user