I've updated first post with superelchi's suggested changes.by ax206geek - Displays
Based on http://forum.doozan.com/read.php?9,10541,10541#msg-10541 by MrLinux, updated to use dpfcore4driver.by ax206geek - Displays
@iamark You could try doing a cross-compile on your PC for your "PeachAliStation" arch, is that a mips or arch linux variant? or some version of Openwrt?by ax206geek - Displays
Yup, the dpf.h and intelhex.py files are leftovers from the older versions. I didn't really touch mak-dpf so my dpf-ax build environment already worked long ago and I couldn't test it myself but I will follow your hints when I edit it again. The README/INSTALL is a good suggestion too and I'll add that in at the next opportunity... now busy with editing dpfsend http://forum.dby ax206geek - Displays
ax206term changed to use dpf-ax 0.41's dpfcore4driver. I also amended mak-dpf for the new SVN dpf-ax path and to use cc1111 on debian instead of sdcc. EDIT: Incorporated superelchi's suggestions. from post #2by ax206geek - Displays
New stuff sounds great...looks like ax206term needs to upgrade to the new dpfcore4driver library too!by ax206geek - Displays
I tried compiling sdcc 2.9.0 on the GFN itself and had to modify these files in as/link folder: getline.c getline.h lklib.c lkrel.c lksdcclib.c A search and replace of getline and its function calls. char * getline (char *s, int size, FILE * stream) with char * my_getline (char *s, int size, FILE * stream) as the definition conflicted with stdlib.h. After that it worked.by ax206geek - Displays
You could trying building sdcc 2.9.0 from sourceforge source...by ax206geek - Displays
You might have better luck trying out the Link(s) column from http://dpf-ax.svn.sourceforge.net/viewvc/dpf-ax/trunk/fw/knowntypes.html?revision=HEAD But the ebay sellers update (ie linkdelight variants) so frequently it is still a hit and miss, though you should have better odds with those frames from the links.... YMMV.by ax206geek - Displays
You got sdcc 2.9.0 from http://ports.ubuntu.com/ubuntu-ports/pool/universe/s/sdcc/ ? Just a sdcc -v and it already errors "Segmentation Faults" so the sdcc toolchain from there is bad or doesn't plays nice with Armel Debian. On PC, I chroot from AMD64 Debian to 32 bit Debian to compile dpf-ax.by ax206geek - Displays
Try using udev rule http://forum.doozan.com/read.php?9,9915,10788#msg-10788by ax206geek - Displays
@Solo0815: You can fill up the contact form at http://spritesmods.com/?art=contact&subj=picframewiki to get picframe wiki access.by ax206geek - Displays
Updated with http://dpf-ax.svn.sourceforge.net/viewvc/dpf-ax/trunk/fw/knowntypes.html?revision=37by ax206geek - Displays
There's a new version of PyDPF v0.19 using yahoo weather.by ax206geek - Displays
Why don't you report the problem to the upstream program (PyDPF) author - irimi? A initial glance suggests uncommenting code in pywapi.py (lines 248 to 429) to use yahoo weather and line 59 of weather.py requires changes to call get_weather_from_yahoo. But I have no idea if irimi actually tested the commented code.by ax206geek - Displays
This is a setpic-like program called dpfsend for AX206 frames written by mrlinux to send still images to dpf-ax frames and supports png, jpg and gif formats. It supports resizing. The bug fix for 320x240 frames was suggested by superelchi. I also updated README for a suggested compile/link against libdpf.so.by ax206geek - Displays
superelchi Wrote: ------------------------------------------------------- > Just exchange sw and sh: > > > . > . > for (y=0; y<sh; y++) > { > for (x=0; x<sw; x++) > { > . > . > > > superelchi I can't believe I missed that! superelchi you are absolutely right. Now dpfsend works nicely onby ax206geek - Displays
mrlinux Wrote: ------------------------------------------------------- > So I decided to write a setpic-like utility for > sending still images to dpf-ax frames. It > supports png, jpg and gif formats, although gif is > untested. It supports automatic resizing, either > preserving aspect ratio or filling the frame. I > also threw in a mode to fill the screen with a &gby ax206geek - Displays
@daveg: Most of the frames including sevenday_pebble don't support rotation, see code comments in lcdsetor.s ; Just a nop at the moment - only landscape supported! ; If you want other orientations, add code here, ; create a correspondig method to lcdblit_*.s" and modify lcdinit_*.c accordingly. ; _lcd_custom_setorientation:: ret Perhaps superelchi can explain how this workby ax206geek - Displays
Lagavulin Wrote: ------------------------------------------------------- > > ...there is still Rev29 in first post... Oops! Updated first postby ax206geek - Displays
I'll put that howto into the wiki when your howto is ready :)by ax206geek - Displays
@xpto: RomanG wrote a guide: http://forum.doozan.com/read.php?9,2435,9321#msg-9321by ax206geek - Displays
@xpto: Did you use build-dpf-lcd4linux.sh? That will do all the work, including downloading svn 1142 of lcd4linux and patching it with lcd4linux-svn1142-dpf.patch, and configuring for driver DPF and invoking make. 0.11.0-SVN-1092 is the wrong version. You are using lcd4linux from your linux distro?by ax206geek - Displays
Updated first post with version 0.320.by ax206geek - Displays
Thanks superelchi for this major update to version 0.320. I would like to suggest that for the next release, the information on the contrast table can be included in knowntypes.html as an additional column. Question: How do we go about hacking a new frame now?by ax206geek - Displays
@xpto sudo chmod g-r-w-x,o-r-w-x /etc/lcd4linux.confby ax206geek - Displays
m_K_o from rpi forum bought his dpf from here I have helped to patch the dpf. Original full.bin: here identify.py Looking for firmware.............: Found (coby, 320x240 px). Looking for known version info...: None. Looking for Openwin..............: Found. Looking for LcdIniTbl............: Found. Looking for known signatures.....: None. Sorry, no matching dpf found. @superelchby ax206geek - Displays
superelchi Wrote: ------------------------------------------------------- > Please try this fw. > Do you have a manufacture/seller name and/or a > link? If not, this one will stay "acme_2"... > > superelchi Thanks from Norefall. The frame is hacked. No link so name acme_2 it is :)by ax206geek - Displays
@superelchi: Could you take a look at this frame? This is a request from raspberry-pi forum user, Norefall. Full.bin : http://db.tt/ZgX4NmQj Here is the IDs from progSPI FLASH info is Cmd-9f: ID:0xc84014c8 FLASH info is Cmd-ab: ID:0x13131313 FLASH info is Cmd-90: ID:0xc813c813 Can't find the flash info, please add its info to flash libary accordning to theby ax206geek - Displays