mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
hard coded y values for music title, artist, album
This commit is contained in:
@@ -759,8 +759,8 @@ class MusicManager:
|
|||||||
|
|
||||||
# Y positions based on a simple top-down calculation
|
# Y positions based on a simple top-down calculation
|
||||||
y_pos_title_top = 2
|
y_pos_title_top = 2
|
||||||
y_pos_artist_top = y_pos_title_top + PADDING_BETWEEN_LINES
|
y_pos_artist_top = 12
|
||||||
y_pos_album_top = y_pos_artist_top + LINE_HEIGHT_BDF + PADDING_BETWEEN_LINES
|
y_pos_album_top = 22
|
||||||
|
|
||||||
TEXT_SCROLL_DIVISOR = 5
|
TEXT_SCROLL_DIVISOR = 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user