stfc-aeg / odin-lpdpower

Prototype of ODIN framework
0 stars 0 forks source link

LCD display initalisation fails under python 3 #46

Closed timcnicholls closed 4 years ago

timcnicholls commented 5 years ago

At startup, the initialisation of the LCD fails with the following warning:

[W 190814 16:12:34 pscu:193] Failed to initialise LCD: unicode strings are not supported, please encode to bytes: 'þ'

Needs updating for python 3 string handling.