Advertisement
svenhoefer

Untitled

Jan 5th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1.  
  2. # --------------------------------------------------------------------------- #
  3.  
  4. Display user {
  5. # driver 'DPF'
  6. # port 'usb0'
  7. driver 'Image'
  8. format 'PNG'
  9. pixel '1+0'
  10. gap '0x0'
  11. border 0
  12. font '16x34'
  13. size '320x240'
  14. basecolor '000000'
  15. foreground 'ffffff'
  16. background '000000'
  17. backlight 7
  18. }
  19.  
  20. # --------------------------------------------------------------------------- #
  21.  
  22. Widget LINE1 {
  23. class 'Text'
  24. expression 'To meet your needs'
  25. align 'C'
  26. width 20
  27. update 0
  28. }
  29.  
  30. Widget LINE2 {
  31. class 'Text'
  32. expression ' edit /var/etc/lcd4linux.conf '
  33. align 'PC'
  34. width 20
  35. update 0
  36. foreground 'ee9a49'
  37. }
  38.  
  39. Widget NI-LOGO {
  40. class 'Image'
  41. file '/share/tuxbox/neutrino/httpd/images/NI-logo.png'
  42. update 0
  43. reload 0
  44. center 1
  45. }
  46.  
  47. Widget BACKGROUND {
  48. class 'Image'
  49. file '/share/lcd/icons/background/user.png'
  50. update 0
  51. }
  52.  
  53. # --------------------------------------------------------------------------- #
  54.  
  55. Layout user {
  56. layer 0 {
  57. row4.col01 'LINE1'
  58. row6.col01 'LINE2'
  59. }
  60.  
  61. layer 1 {
  62. x021.y017 'NI-LOGO'
  63. }
  64. layer 2 {
  65. x001.y001 'BACKGROUND'
  66. }
  67. }
  68.  
  69. # --------------------------------------------------------------------------- #
  70.  
  71. Display 'user'
  72.  
  73. Layout 'user'
  74.  
  75. # --------------------------------------------------------------------------- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement