xboxscene.org forums

Author Topic: X3 Lcd Programming  (Read 39 times)

mrmungus

  • Archived User
  • Newbie
  • *
  • Posts: 1
X3 Lcd Programming
« on: May 07, 2005, 04:24:00 AM »

Hi, does anybody have any info on programming with the X3 LCD? I would like to use it in my car mp3 player project and need to know how to send text strings to it and details of the signals on the pin header connector. I guess it uses one of the industry standard LCD controller chips but which one?

Any info appreciated.

Thanks
Kevin
Logged

catdog2

  • Archived User
  • Full Member
  • *
  • Posts: 110
X3 Lcd Programming
« Reply #1 on: May 07, 2005, 05:39:00 PM »

Since you want it for playing mp3s, you will probably be using XBMC which already supports the LCD.  Therefore all the hard work is done for you.

So download the XBMC source code, and modify it to output whatever you want (if you are not happy with the default output).  Recompile, and you're done.
Logged