vanhofen 6 years ago
parent
commit
934e71420b
  1. 537
      archive-imagefiles/lcd4linux/etc/lcd4linux.conf
  2. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/1.png
  3. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/10.png
  4. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/2.png
  5. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/3.png
  6. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/4.png
  7. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/5.png
  8. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/6.png
  9. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/7.png
  10. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/8.png
  11. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/9.png
  12. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/Samsung1024x600_doscam.png
  13. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/1.png
  14. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/10.png
  15. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/2.png
  16. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/3.png
  17. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/4.png
  18. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/5.png
  19. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/6.png
  20. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/7.png
  21. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/8.png
  22. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/9.png
  23. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/Samsung800x480_doscam.png
  24. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/1.png
  25. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/10.png
  26. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/2.png
  27. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/3.png
  28. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/4.png
  29. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/5.png
  30. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/6.png
  31. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/7.png
  32. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/8.png
  33. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/9.png
  34. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/Samsung800x600_doscam.png
  35. BIN
      archive-imagefiles/lcd4linux/share/lcd/icons/background/Pearl_doscam.png

537
archive-imagefiles/lcd4linux/etc/lcd4linux.conf

@ -66,6 +66,16 @@ Display Pearl_standby {
backlight file::readline('/tmp/lcd/brightness_standby', 1) backlight file::readline('/tmp/lcd/brightness_standby', 1)
} }
Display Pearl_doscam {
driver 'DPF'
port 'usb0'
font '6x9'
size '320x240'
basecolor '000000'
foreground 'f5f5f5'
backlight file::readline('/tmp/lcd/brightness', 1)
}
# --- general widgets (partly postfixed with _layout) ----------------------- # # --- general widgets (partly postfixed with _layout) ----------------------- #
Widget Pearl_LOGO { Widget Pearl_LOGO {
@ -349,6 +359,12 @@ Widget Pearl_BACKGROUND {
update 0 update 0
} }
Widget Pearl_DOSCAM {
class 'Image'
file ICONS . 'background/' . file::readline('/tmp/lcd/layout', 1) . '.png'
update 0
}
# --- the clocks for standby-mode ------------------------------------------- # # --- the clocks for standby-mode ------------------------------------------- #
# --- the digital clock ----------------------------------------------------- # # --- the digital clock ----------------------------------------------------- #
@ -454,6 +470,278 @@ Widget TEMPERATURE_LATER {
update 10000 update 10000
} }
# Doscam --------------------------------------------------------------------------- #
Widget DOSCamLINE01 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 1)
update 10000
foreground 'b0b0b0'
}
Widget DOSCamLINE02 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 2)
update 10000
foreground 'b0b0b0'
}
Widget DOSCamLINE03 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 3)
update 10000
foreground 'b0b0b0'
}
Widget DOSCamLINE04 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 4)
update 10000
foreground 'b0b0b0'
}
Widget DOSCamLINE05 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 5)
update 10000
foreground 'b0b0b0'
}
Widget DOSCamLINE06 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 6)
update 10000
foreground '787878'
}
Widget DOSCamLINE07 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 7)
update 10000
foreground '787878'
}
Widget DOSCamLINE08 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 8)
update 10000
foreground '787878'
}
Widget DOSCamLINE09 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 9)
update 10000
foreground '787878'
}
Widget DOSCamLINE10 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 10)
update 10000
foreground '787878'
}
Widget DOSCamLINE11 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 11
update 10000
foreground '787878'
}
Widget DOSCamLINE12 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 12)
update 10000
foreground '787878'
}
Widget DOSCamLINE13 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 13)
update 10000
foreground '787878'
}
Widget DOSCamLINE14 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 14)
update 10000
foreground '787878'
}
Widget DOSCamLINE15 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 15)
update 10000
foreground '787878'
}
Widget DOSCamLINE16 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 16)
update 10000
foreground '787878'
}
Widget DOSCamLINE17 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 17)
update 10000
foreground '787878'
}
Widget DOSCamLINE18 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 18)
update 10000
foreground '787878'
}
Widget DOSCamLINE19 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 19)
update 10000
foreground '787878'
}
Widget DOSCamLINE20 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 20)
update 10000
foreground '787878'
}
Widget DOSCamLINE21 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 21)
update 10000
foreground '787878'
}
Widget DOSCamLINE22 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 22)
update 10000
foreground '787878'
}
Widget DOSCamLINE23 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 23)
update 10000
foreground '787878'
}
Widget DOSCamLINE24 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 24)
update 10000
foreground '787878'
}
Widget DOSCamLINE25 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 25)
update 10000
foreground '787878'
}
Widget DOSCamLINE26 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 26)
update 10000
foreground '787878'
}
Widget DOSCamLINE27 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 27)
update 10000
foreground '787878'
}
Widget DOSCamLINE28 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 28)
update 10000
foreground '787878'
}
Widget DOSCamLINE29 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 29)
update 10000
foreground '787878'
}
Widget DOSCamLINE30 {
class 'Text'
width 53
align 'L'
expression file::readline('/tmp/.doscam/doscam.lcd', 30)
update 10000
foreground '787878'
}
# --------------------------------------------------------------------------- # # --------------------------------------------------------------------------- #
Layout Pearl_standard { Layout Pearl_standard {
@ -616,6 +904,39 @@ Layout Pearl_standby {
} }
} }
Layout Pearl_doscam {
layer 0 {
row01.col01 'DOSCamLINE02'
row02.col01 'DOSCamLINE03'
row03.col01 'DOSCamLINE06'
row04.col01 'DOSCamLINE07'
row05.col01 'DOSCamLINE08'
row06.col01 'DOSCamLINE09'
row07.col01 'DOSCamLINE10'
row08.col01 'DOSCamLINE11'
row09.col01 'DOSCamLINE12'
row10.col01 'DOSCamLINE13'
row11.col01 'DOSCamLINE14'
row12.col01 'DOSCamLINE15'
row13.col01 'DOSCamLINE16'
row14.col01 'DOSCamLINE17'
row15.col01 'DOSCamLINE18'
row16.col01 'DOSCamLINE19'
row17.col01 'DOSCamLINE20'
row18.col01 'DOSCamLINE21'
row19.col01 'DOSCamLINE22'
row20.col01 'DOSCamLINE23'
row21.col01 'DOSCamLINE24'
row22.col01 'DOSCamLINE25'
row23.col01 'DOSCamLINE26'
row24.col01 'DOSCamLINE27'
row25.col01 'DOSCamLINE28'
}
layer 1 {
x001.y001 'Pearl_DOSCAM'
}
}
# --- Samsung SPF-Auto --------------------------------------------- # # --- Samsung SPF-Auto --------------------------------------------- #
Display Samsung800x600_standard { Display Samsung800x600_standard {
@ -630,6 +951,18 @@ Display Samsung800x600_standard {
orientation 1 orientation 1
} }
Display Samsung800x600_doscam {
driver 'SamsungSPF'
model 'SPF-Auto'
port 'usb0'
font '15x24'
size '800x600'
basecolor 'dddddd'
foreground 'ffffff'
background '00000000'
orientation 1
}
Display Samsung800x480_standard { Display Samsung800x480_standard {
driver 'SamsungSPF' driver 'SamsungSPF'
model 'SPF-Auto' model 'SPF-Auto'
@ -642,6 +975,18 @@ Display Samsung800x480_standard {
orientation 1 orientation 1
} }
Display Samsung800x480_doscam {
driver 'SamsungSPF'
model 'SPF-Auto'
port 'usb0'
font '15x19'
size '800x480'
basecolor 'dddddd'
foreground 'ffffff'
background '00000000'
orientation 1
}
Display Samsung1024x600_standard { Display Samsung1024x600_standard {
driver 'SamsungSPF' driver 'SamsungSPF'
model 'SPF-Auto' model 'SPF-Auto'
@ -654,6 +999,18 @@ Display Samsung1024x600_standard {
orientation 1 orientation 1
} }
Display Samsung1024x600_doscam {
driver 'SamsungSPF'
model 'SPF-Auto'
port 'usb0'
font '19x24'
size '1024x600'
basecolor 'dddddd'
foreground 'ffffff'
background '00000000'
orientation 1
}
Display Samsung800x600_radio { Display Samsung800x600_radio {
driver 'SamsungSPF' driver 'SamsungSPF'
model 'SPF-Auto' model 'SPF-Auto'
@ -784,6 +1141,13 @@ Widget S800x600_STB1 {
reload 1 reload 1
} }
Widget S800x600_DOSCAM {
class 'Image'
file ICONS . 'background/800x600/' . file::readline('/tmp/lcd/layout', 1) . '.png'
update 0
reload 1
}
# 800x480 ----------------------------------------------------# # 800x480 ----------------------------------------------------#
Widget S800x480_STB { Widget S800x480_STB {
@ -814,6 +1178,13 @@ Widget S800x480_STB1 {
reload 1 reload 1
} }
Widget S800x480_DOSCAM {
class 'Image'
file ICONS . 'background/800x480/' . file::readline('/tmp/lcd/layout', 1) . '.png'
update 0
reload 1
}
# 1024x600 ----------------------------------------------------# # 1024x600 ----------------------------------------------------#
Widget S1024x600_STB { Widget S1024x600_STB {
@ -844,6 +1215,15 @@ Widget S1024x600_STB1 {
reload 1 reload 1
} }
Widget S1024x600_DOSCAM {
class 'Image'
file ICONS . 'background/1024x600/' . file::readline('/tmp/lcd/layout', 1) . '.png'
update 0
reload 1
}
# ----------------------------------------------------#
Widget S_TIMER { Widget S_TIMER {
class 'Image' class 'Image'
file ICONS . 'mode/timer_' . file::readline('/tmp/lcd/mode_timer', 1) . '.png' file ICONS . 'mode/timer_' . file::readline('/tmp/lcd/mode_timer', 1) . '.png'
@ -892,7 +1272,7 @@ Widget S_ECM {
Widget S_LOGO { Widget S_LOGO {
class 'Image' class 'Image'
file file::readline('/tmp/lcd/mode_logo', 1) == 1 ? file::readline('/tmp/lcd/logo', 1) : '' file file::readline('/tmp/lcd/logo', 1)
update 3000 update 3000
reload 1 reload 1
center 400 center 400
@ -901,7 +1281,7 @@ Widget S_LOGO {
Widget S_LOGO1 { Widget S_LOGO1 {
class 'Image' class 'Image'
file file::readline('/tmp/lcd/mode_logo', 1) == 1 ? file::readline('/tmp/lcd/logo', 1) : '' file file::readline('/tmp/lcd/logo', 1)
update 3000 update 3000
reload 1 reload 1
center 512 center 512
@ -940,7 +1320,7 @@ Widget S_START {
width 140 width 140
height 50 height 50
align 'L' align 'L'
expression file::readline('/tmp/lcd/start', 1) expression file::exist('/tmp/lcd/menu') == 1 | file::readline('/tmp/lcd/event', 1) le '' ? '' : file::readline('/tmp/lcd/start', 1)
update 3000 update 3000
reload 1 reload 1
} }
@ -953,7 +1333,7 @@ Widget S_END {
height 50 height 50
width 140 width 140
align 'L' align 'L'
expression file::readline('/tmp/lcd/end', 1) expression file::exist('/tmp/lcd/menu') == 1 | file::readline('/tmp/lcd/event', 2) le '' ? '' : file::readline('/tmp/lcd/end', 1)
update 3000 update 3000
reload 1 reload 1
} }
@ -1058,6 +1438,30 @@ Widget S_EPGBAR2 {
foreground 'fd6d13aa' foreground 'fd6d13aa'
} }
Widget HST {
class 'Truetype'
font file::readline('/tmp/lcd/font', 1)
fcolor '585858'
width 30
height 20
align 'L'
expression file::readline('/tmp/lcd/brightness', 1)
update 4000
reload 1
}
Widget HST_STB {
class 'Truetype'
font file::readline('/tmp/lcd/font', 1)
fcolor '585858'
width 30
height 20
align 'L'
expression file::readline('/tmp/lcd/brightness_standby', 1)
update 0
reload 1
}
Widget RES800x480 { Widget RES800x480 {
class 'Truetype' class 'Truetype'
font file::readline('/tmp/lcd/font', 1) font file::readline('/tmp/lcd/font', 1)
@ -1222,6 +1626,7 @@ Layout Samsung800x600_standard {
X480.Y286 'S_MIN1_' X480.Y286 'S_MIN1_'
X480.Y351 'S_MIN_1' X480.Y351 'S_MIN_1'
X520.Y610 'S_DURATION' X520.Y610 'S_DURATION'
X580.Y5 'HST'
X580.Y700 'RES800x600' X580.Y700 'RES800x600'
} }
Layer 2 { Layer 2 {
@ -1253,6 +1658,7 @@ Layout Samsung800x480_standard {
X380.Y288 'S_MIN1_' X380.Y288 'S_MIN1_'
X380.Y353 'S_MIN_1' X380.Y353 'S_MIN_1'
X410.Y630 'S_DURATION' X410.Y630 'S_DURATION'
X460.Y5 'HST'
X460.Y700 'RES800x480' X460.Y700 'RES800x480'
} }
Layer 2 { Layer 2 {
@ -1284,6 +1690,7 @@ Layout Samsung1024x600_standard {
X480.Y293 'S_MIN1_' X480.Y293 'S_MIN1_'
X480.Y358 'S_MIN_1' X480.Y358 'S_MIN_1'
X520.Y830 'S_DURATION' X520.Y830 'S_DURATION'
X580.Y5 'HST'
X580.Y924 'RES1024x600' X580.Y924 'RES1024x600'
} }
Layer 2 { Layer 2 {
@ -1295,6 +1702,114 @@ Layout Samsung1024x600_standard {
} }
} }
Layout Samsung800x600_doscam {
Layer 0 {
X1.Y1 'S800x600_BG1'
}
layer 1 {
row01.col01 'DOSCamLINE02'
row02.col01 'DOSCamLINE03'
row03.col01 'DOSCamLINE06'
row04.col01 'DOSCamLINE07'
row05.col01 'DOSCamLINE08'
row06.col01 'DOSCamLINE09'
row07.col01 'DOSCamLINE10'
row08.col01 'DOSCamLINE11'
row09.col01 'DOSCamLINE12'
row10.col01 'DOSCamLINE13'
row11.col01 'DOSCamLINE14'
row12.col01 'DOSCamLINE15'
row13.col01 'DOSCamLINE16'
row14.col01 'DOSCamLINE17'
row15.col01 'DOSCamLINE18'
row16.col01 'DOSCamLINE19'
row17.col01 'DOSCamLINE20'
row18.col01 'DOSCamLINE21'
row19.col01 'DOSCamLINE22'
row20.col01 'DOSCamLINE23'
row21.col01 'DOSCamLINE24'
row22.col01 'DOSCamLINE25'
row23.col01 'DOSCamLINE26'
row24.col01 'DOSCamLINE27'
row25.col01 'DOSCamLINE28'
}
Layer 2 {
X1.Y1 'S800x600_DOSCAM'
}
}
Layout Samsung800x480_doscam {
Layer 0 {
X1.Y1 'S800x480_BG1'
}
layer 1 {
row01.col01 'DOSCamLINE02'
row02.col01 'DOSCamLINE03'
row03.col01 'DOSCamLINE06'
row04.col01 'DOSCamLINE07'
row05.col01 'DOSCamLINE08'
row06.col01 'DOSCamLINE09'
row07.col01 'DOSCamLINE10'
row08.col01 'DOSCamLINE11'
row09.col01 'DOSCamLINE12'
row10.col01 'DOSCamLINE13'
row11.col01 'DOSCamLINE14'
row12.col01 'DOSCamLINE15'
row13.col01 'DOSCamLINE16'
row14.col01 'DOSCamLINE17'
row15.col01 'DOSCamLINE18'
row16.col01 'DOSCamLINE19'
row17.col01 'DOSCamLINE20'
row18.col01 'DOSCamLINE21'
row19.col01 'DOSCamLINE22'
row20.col01 'DOSCamLINE23'
row21.col01 'DOSCamLINE24'
row22.col01 'DOSCamLINE25'
row23.col01 'DOSCamLINE26'
row24.col01 'DOSCamLINE27'
row25.col01 'DOSCamLINE28'
}
Layer 2 {
X1.Y1 'S800x480_DOSCAM'
}
}
Layout Samsung1024x600_doscam {
Layer 0 {
X1.Y1 'S1024x600_BG1'
}
layer 1 {
row01.col01 'DOSCamLINE02'
row02.col01 'DOSCamLINE03'
row03.col01 'DOSCamLINE06'
row04.col01 'DOSCamLINE07'
row05.col01 'DOSCamLINE08'
row06.col01 'DOSCamLINE09'
row07.col01 'DOSCamLINE10'
row08.col01 'DOSCamLINE11'
row09.col01 'DOSCamLINE12'
row10.col01 'DOSCamLINE13'
row11.col01 'DOSCamLINE14'
row12.col01 'DOSCamLINE15'
row13.col01 'DOSCamLINE16'
row14.col01 'DOSCamLINE17'
row15.col01 'DOSCamLINE18'
row16.col01 'DOSCamLINE19'
row17.col01 'DOSCamLINE20'
row18.col01 'DOSCamLINE21'
row19.col01 'DOSCamLINE22'
row20.col01 'DOSCamLINE23'
row21.col01 'DOSCamLINE24'
row22.col01 'DOSCamLINE25'
row23.col01 'DOSCamLINE26'
row24.col01 'DOSCamLINE27'
row25.col01 'DOSCamLINE28'
}
Layer 2 {
X1.Y1 'S1024x600_DOSCAM'
}
}
Layout Samsung800x600_radio { Layout Samsung800x600_radio {
Layer 0 { Layer 0 {
X1.Y1 'S800x600_BG1' X1.Y1 'S800x600_BG1'
@ -1315,6 +1830,7 @@ Layout Samsung800x600_radio {
X480.Y286 'S_MIN1_' X480.Y286 'S_MIN1_'
X480.Y351 'S_MIN_1' X480.Y351 'S_MIN_1'
X520.Y610 'S_DURATION' X520.Y610 'S_DURATION'
X580.Y5 'HST'
X580.Y700 'RES800x600' X580.Y700 'RES800x600'
} }
Layer 2 { Layer 2 {
@ -1346,6 +1862,7 @@ Layout Samsung800x480_radio {
X380.Y288 'S_MIN1_' X380.Y288 'S_MIN1_'
X380.Y353 'S_MIN_1' X380.Y353 'S_MIN_1'
X410.Y630 'S_DURATION' X410.Y630 'S_DURATION'
X460.Y5 'HST'
X460.Y700 'RES800x480' X460.Y700 'RES800x480'
} }
Layer 2 { Layer 2 {
@ -1377,6 +1894,7 @@ Layout Samsung1024x600_radio {
X480.Y293 'S_MIN1_' X480.Y293 'S_MIN1_'
X480.Y358 'S_MIN_1' X480.Y358 'S_MIN_1'
X520.Y830 'S_DURATION' X520.Y830 'S_DURATION'
X580.Y5 'HST'
X580.Y924 'RES1024x600' X580.Y924 'RES1024x600'
} }
Layer 2 { Layer 2 {
@ -1403,6 +1921,7 @@ Layout Samsung800x600_standby {
X160.Y365 'S_STANDBY_DP' X160.Y365 'S_STANDBY_DP'
X160.Y427 'S_STANDBY_MIN1_' X160.Y427 'S_STANDBY_MIN1_'
X160.Y548 'S_STANDBY_MIN_1' X160.Y548 'S_STANDBY_MIN_1'
X580.Y5 'HST_STB'
X580.Y700 'RES800x600' X580.Y700 'RES800x600'
} }
layer 2 { layer 2 {
@ -1425,6 +1944,7 @@ Layout Samsung800x480_standby {
X160.Y365 'S_STANDBY_DP' X160.Y365 'S_STANDBY_DP'
X160.Y427 'S_STANDBY_MIN1_' X160.Y427 'S_STANDBY_MIN1_'
X160.Y548 'S_STANDBY_MIN_1' X160.Y548 'S_STANDBY_MIN_1'
X460.Y5 'HST_STB'
X460.Y700 'RES800x480' X460.Y700 'RES800x480'
} }
layer 2 { layer 2 {
@ -1437,16 +1957,17 @@ Layout Samsung1024x600_standby {
X1.Y1 'S1024x600_STB1' X1.Y1 'S1024x600_STB1'
} }
layer 1 { layer 1 {
X16.Y220 'S_TIMER' X10.Y230 'S_TIMER'
X16.Y360 'S_REC' X10.Y370 'S_REC'
X16.Y470 'S_TS' X10.Y480 'S_TS'
X16.Y560 'S_ECM' X10.Y570 'S_ECM'
X70.Y12 'TAGDATUM-TTF1' X70.Y12 'TAGDATUM-TTF1'
X160.Y230 'S_STANDBY_HOUR1_' X160.Y230 'S_STANDBY_HOUR1_'
X160.Y354 'S_STANDBY_HOUR_1' X160.Y354 'S_STANDBY_HOUR_1'
X160.Y475 'S_STANDBY_DP' X160.Y475 'S_STANDBY_DP'
X160.Y538 'S_STANDBY_MIN1_' X160.Y538 'S_STANDBY_MIN1_'
X160.Y661 'S_STANDBY_MIN_1' X160.Y661 'S_STANDBY_MIN_1'
X580.Y5 'HST_STB'
X580.Y924 'RES1024x600' X580.Y924 'RES1024x600'
} }
layer 2 { layer 2 {

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/1024x600/Samsung1024x600_doscam.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x480/Samsung800x480_doscam.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/800x600/Samsung800x600_doscam.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
archive-imagefiles/lcd4linux/share/lcd/icons/background/Pearl_doscam.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Loading…
Cancel
Save