Skip to content

Commit

Permalink
Update main.lua to Edge 2.92
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwieland authored Nov 23, 2023
1 parent bf8d5d4 commit aabbf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Color Screen Widget/EdgeTX/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ local function refreshZoneFull(tunes)

--music display
local selection=playingSong
lcd.drawText(90, y+4, "Selected Playlist >>".. getFieldInfo("ls60").id, SMLSIZE)
lcd.drawText(90, y+4, "Selected Playlist >>".. title, SMLSIZE)
if selection == #playlist then
lcd.drawText(12, y+20, playlist[selection - 2][1])
lcd.drawText(12, y+40, playlist[selection - 1][1])
Expand Down

0 comments on commit aabbf29

Please sign in to comment.