Difference between revisions of "Inovalley"
From ST2205u wiki
Line 1: | Line 1: | ||
− | Model : Inovally Digital Photo Frame (Key ring model) |
+ | Model : Inovally Digital Photo Frame (Key ring model)<br> |
− | LCD screen 1.5" |
+ | LCD screen 1.5"<br> |
− | Description : |
+ | Description :<br> |
− | + | * JPEG and BMP |
|
* Automatic slide |
* Automatic slide |
||
* Rechargeable battery |
* Rechargeable battery |
||
* Accessoiries included : |
* Accessoiries included : |
||
- USB cable |
- USB cable |
||
− | - Software (CD driver): PhotoViewer v2.25 |
+ | - Software (CD driver): PhotoViewer v2.25 |
Spec file : |
Spec file : |
Revision as of 23:24, 28 October 2008
Model : Inovally Digital Photo Frame (Key ring model)
LCD screen 1.5"
Description :
- JPEG and BMP
- Automatic slide
- Rechargeable battery
- Accessoiries included :
- USB cable - Software (CD driver): PhotoViewer v2.25
Spec file :
;Spec-file for Inovalley. ;Please keep the way the adresses are entered ($ to indicate a hex number, ;adresses in 4 digits) intact or the hackfw.sh script won't work anymore. ;Adresses here refer to file-adresses; in runtime these are loaded $4000 ;bytes higher but that's accounted for in the hack-code itself. CMP_VAR1=$03FC CMP_VAR2=$03FD PATCH_AT=$33de EMPTY_AT=$3ef4 SEND_CSW=$0D5a LEN0=$3ee LEN1=$3ef LEN2=$3f0 LEN3=$3f1 CONF_XRES=128 CONF_YRES=128 CONF_BPP=24 CONF_PROTO=0 CTRTYPE=0 ;PCF8833 OFFX=4 OFFY=4
It "almost" works : you can load an image using "setpic", but after that, the device crashes. You can read the end of "error" in the upper left corner, and you have to reset the device. There's probably a small offset error..
This device looks a lot like the "Innovage" ones, but I couldn't get the firmware to work..