Skip to content

Commit

Permalink
lcd4linux: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hains committed Feb 9, 2025
1 parent 837f528 commit 246d4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lcd4linux/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15181,7 +15181,7 @@ def Lput4(LCD, SCR, FUNC, PARA):
Para = LCD4linux.Bild3Pos.value, LCD4linux.Bild3Size.value, LCD4linux.Bild3SizeH.value, LCD4linux.Bild3Align.value, LCD4linux.Bild3Quick.value, LCD4linux.Bild3Transp.value, 0, ShowPicture, LCD4linux.Bild3File.value
Lput4(LCD4linux.Bild3LCD.value, LCD4linux.Bild3.value, putBild, Para)
# Bild 4
if LCD4linux.Bild4.value != "0" and (ScreenActive[0] in LCD4linux.Bild5.value or ScreenActive[-3:] != ["", "", ""]):
if LCD4linux.Bild4.value != "0" and (ScreenActive[0] in LCD4linux.Bild4.value or ScreenActive[-3:] != ["", "", ""]):
ShowPicture = getShowPicture(LCD4linux.Bild4File.value, 0)
Para = LCD4linux.Bild4Pos.value, LCD4linux.Bild4Size.value, LCD4linux.Bild4SizeH.value, LCD4linux.Bild4Align.value, LCD4linux.Bild4Quick.value, LCD4linux.Bild4Transp.value, 0, ShowPicture, LCD4linux.Bild4File.value
Lput4(LCD4linux.Bild4LCD.value, LCD4linux.Bild4.value, putBild, Para)
Expand Down Expand Up @@ -15399,7 +15399,7 @@ def Lput4(LCD, SCR, FUNC, PARA):
if "2" in LCD4linux.PopupLCD.value and LCD4linux.LCDType2.value != "00":
Brief2.put([putPopup, Para, 2, 2])
if "3" in LCD4linux.PopupLCD.value and LCD4linux.LCDType3.value != "00":
Brief2.put([putPopup, Para, 3, 3])
Brief3.put([putPopup, Para, 3, 3])
# show isCrashlog
if LCD4linux.Crash.value == True:
Brief1.put([putCrash, 1, 1])
Expand Down

0 comments on commit 246d4f3

Please sign in to comment.