PDA

View Full Version : Easy LCD control for Python


Atmoz
2004-09-03, 18:35
maybe it's a nice idea to make something to control the lcd screen (4x20 / 2x16) with a python script. i think for example on this function:

(in a python script)

xbmc.writelcd_line1 ("this is line 1")
xbmc.writelcd_line2 ("this is line 2")

i don't know if this is possible, but it would be great :cool:


i also wanted to say thanks to all the people who made xbmc and helped it developing... :bowdown:

Atmoz
2004-09-04, 18:04
what's the problem?

- is this not possible?
- no animo?
- does nobody have a lcd connected to the xbox?
- does it already exist?

???

darkie
2004-09-04, 18:19
it's possible and yes there is animo for it. there is only one problem and that is the current interface has to be rewritten a bit to support python.
to make it short, it will be added in the future but i don't know when.