Here's the whole .conf file
Display picoLCD {
Driver 'picoLCDGraphic'
Size '256x64'
Contrast 230
Backlight 1
Inverted 1
Icons 1
}
Variables {
tick 500
tack 100
minute 60000
}
Widget TopTicker {
class 'Text'
expression 'Lafayette Photovoltaic Research and Development System'
prefix ''
width 42
align 'M'
speed 1000
update tick
style 'bold'
}
Widget Time {
class 'Text'
expression strftime('%a,%m/%d %H:%M:%S',time())
width 20
align 'Left'
update 1000
}
Layout picoLCD {
# Layer 1 {
# X0.Y0 'BandwidthImage'
# }
# Layer 1 {
# X0.Y0 'CpuImage'
# }
Row1 {
Col1 'TopTicker'
}
Row2 {
Col13 'Time'
}
}
Display 'picoLCD'
Layout 'picoLCD'