I'm new here so I hope you're patient with me. I recently put together Ubuntu on an Intel Atom (D945GCLF). I'm trying to program sensor data on an external LCD. I have no problems writing other data to the display but when I try to parse sensor data, I can't get anything worth while. The display I', using is a PicoLCD 256X64. Here's the code I run in the LCD config file: Widget Temp { class 'Text' expression i2c_sensors('temp_input3')*1.0324-67 prefix 'Temp' width 9 precision 1 align 'R' update tick } Row7 { Col1 'Temp' } Maybe I'm out of luck with this board, I hope not. Any advice you might have is greatly appreciated.