Quote:
am looking to do exactly what you have done and have some questions; did you interface directly to the gumstix or using a controller? Could you give me details of the hardware/software implementation? Was it difficult to get Linux to work with the LCD? I will try to find a suitable step up converter - have you tried investigating how it was done on the Psion itself?
Did you get the digitizer working? Any ideas on how to interface to it? Is it just a pair of ADCs?
Hello, sorry, I only just saw your message. As far as software support, the gumstix linux has everything you need to drive the LCD, however the PXA255 framebuffer driver needs some work, it doesn't work in 4 or 8bit mode yet. So to get output to the Psion LCD I just set it to 16bit for the moment. Configuring linux to work with the LCD wasn't hard, just some settings passed to the kernel on boot if I remember correctly, though I don't have those settings to hand, I can try and dig them out. I believe I found the settings in the Series 5 Linux port source code at:
https://sourceforge.net/mailarchive/mes ... id=1022474which gave me: 81000 /* 12.346 MHz?, H: 19.290 kHz, V: 80.376 Hz */
The hardware setup on the gumstix is straight forward, you just connect up the LCD, the PXA255 has a builtin controller.
I've not done any work on this for sometime basically got hung up on the power problem (for my tests with the gumstix I took the power from the Psion motherboard). But I'd like to get it started up again, I've ordered samples of some of the national IC you mentioned. I'm not much of a hardware guy though.[/quote]