Digital Frame for Prop peripherals
Has anybody tried using a digital picture frame to provide peripheral resources for a prop?
I found a 7" 800x480 on sale for $29. It is strapped down on the operating table awaiting dissection. It has SD slot, audio, 512MB ram (EEPROM?), and runs on 12volts. I would use it mostly to display 14 lines of 100 characters using 8x12 font, and save source code on the SD card.
Ideally, I would only use a couple prop I/O lines to hijack the digital frames resources.
Any ideas on a hack for this?
I found a 7" 800x480 on sale for $29. It is strapped down on the operating table awaiting dissection. It has SD slot, audio, 512MB ram (EEPROM?), and runs on 12volts. I would use it mostly to display 14 lines of 100 characters using 8x12 font, and save source code on the SD card.
Ideally, I would only use a couple prop I/O lines to hijack the digital frames resources.
Any ideas on a hack for this?
Comments
I gave up on it, and gave it to my gf as a present
I picked up a 480x272 4.3" (similar to rayman's) and a 800x600 8" really nice display I still have to connect to something
Dissect it and get part numbers from the LCD devices & the micro. Without that key data, even a big ugly hack is not possible.
it would be nice to be able to use the assests like the SD slots but I guess in the meantime its better then nothing?
The photo-frames probably use direct access LCDs to improve picture quality.
There are NTSC compliant modes on many LCDs, but I don't know much about it.
This is the one I have:
http://www.microcenter.com/single_product_results.phtml?product_id=0346228
I will chop it open (no screws) this weekend.
Goal is to use as much of it intact and as - is, and use the fewest I/O pins to take control. I plan to use it as a text editor display for standalone Forth system. I'll try to post parts and / or pictures
I am going to use 1 I/O line to seize full control of the micro in the frame, if that doesn't work I will get more aggressive. Ideally I would trick the micro into doing what I want instead of what it's original programmer intended, without butchering it too badly, but butchering is always a fun option.
As jazzed said, it is best to wait for someone with a clue, but I grow impatient and THIS digital frame is already doomed...
Please post pix, comparing notes will be helpful.
CHEERTEK
CT952B
828GH30988MGACL
.... it's doomed too ! (800x600 Tesco £27)
I have some 10" composite/VGA monitors at work that WILL be scrapped soon. Mostly the back light flories have gone so the only work required will be how to place some white LEDs in the correct places.
And an interesting link:
http://www.weikeng.com.cn/english/support/2008/0603/article_38.html
I don't know, I didn't bother to count them yet, and the advert doesn't say. This this the CHEAPEST one, so docs are sketchy.
BUT I found a super HiRes 16:9 image of a character from final fantasy (a pixie or something) and it fit perfectly. I don't know what that tells us, but still feel no remorse dismembering it.
HEY! This is really useful! Thanks Bill! The unit DOES have a SD/MX card reader slot, and can hold 14 images in internal memory.
I would want to go in thru the host and modify the internal code to make more text-display suitable.
My first idea was to take four prop I/O lines and listen to the SD card slot. The frame automatically reads images off the SD every 5 seconds or so. When the frame stops reading, I would have the prop re-write the image. At refresh, the frame would display the new image.
If I were to change one 8x12 pixel block of text, could replace it with a character typed from the keyboard. I could use the image file as the screen buffer. It would be a bit slow, but it might work for a starter. Any comments on that?
This looks like a single chip has all the resources to operate as user interface hardware. If the board and LCD can be had for $30....
I wonder if they would let hobbyist in on the programming parameter for the internals?
Anybody Chinese out there that can ask them? I bet they'd sell a lot to hobbyist builders...
Is this bad?
If the CT952B continues to do the work of displaying the image, and the prop does the job of placing characters on the image, is this a feasible solution?
Yep I have a Toshiba Journe photo frame (7" 800x600) and Sparkfun SD breakout, and am planning on doing exactly that. It will have three bitmap files on the SD card of slightly different length, that way the Prop can track which image is being read (by its read time), thereby "detecting" whether the user has pressed the forward or backward arrow, and respond accordingly
I just got a Philips PM3264 (possibly 1978) and sprayed contact cleaner on the scratch knobs, and now it can display a calibration square wave. But I haven't read anything on USING an oscilloscope yet. Probably going to be part of this exercise now.
Anyway, I was planning to leave DISPLAY of the image to the CT952B, and BUILD the image using the prop. I figure the stock parts do their job just fine, I just have to control what its looking at....
Ending up not spending a few bucks. Found a really nice Sony 8" DVD player with video IN. Works like a charm. Should for almost $100. Swivel LCD. Maybe used the DVD player once, but it has been my debug means (except for PASM; use PASD for that) ever since. Use different color headings for each Prop's variables (only two Props max so far).
It would be nice if a photo frame had a video input, guys. Doubt that critter exists though.