PSP as external LCD

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
evil ernie
Posts: 1
Joined: Wed Sep 24, 2008 6:12 am

PSP as external LCD

Post by evil ernie »

I have posted this on other forums as well and was finally told to try here.

I had a thought the other night while re-wiring a 2x16 serial LCD. Would it be possible to write a homebrew program that would be able to communicate with programs like LCDsmartie http://lcdsmartie.sourceforge.net/ through USB and then display the sent data on the PSP's screen.

Since I am not a programmer and have no experience I am wondering if a homebrew app like this is even possible.

Thanks
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

It might be possible via usb, but try to use the sio. Its a bit better, and you can make your own driver to do those things.
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

It's very possible, and easy with the serial port.
You'll have no interface at the PSP end to emulate the 4/8 bit interface of the
Hitachi controller LCD screens, but serial LCDs would be easy to emulate.
If not actually, then potentially.
Post Reply