Hi everybody My digital camera (a Nikon coolpix880) recently died but the lcd is still functional and I was wondering if it is possible to use it with the arduino mega. I cracked the camera open and this is what i could find on the back of the lcd (228CAXE 042A01E) and apparently it's made by Sanyo since its written on it
Problem is the controller for the LCD may be on the main board of the camera. So interfacing with it could be quite difficult. You may need to do a search on all the chips in the camera.
It looks like the primary interface is a video signal and your mega is not capable of driving this in a useful way.
But it also has a serial input and this may enable you to write some text on the screen.
If you want to use it you need to search for more information on the serial interface for that chip.