Search results

  1. panik

    Talking to the GPIO's on the EXT-connector

    Now that we have the ext-connectors, we want to be able to talk to the GPIO's (yes, we do!). In the Hacker's manual there's a warning about the voltage levels on the GPIO pins on the ext-connector: What's needed is some way to change the voltages in and out of the pins to the voltage you want...
  2. panik

    Release pandAVR

    There are some topics about Arduino and AVR programming the gp2x-forum (search and you will find) [edit: I didn't]. In a Debian extend or Debian-on-SD, getting things running is easy. Simply sudo apt-get install whatever-you-need and there you go. Works perfectly! (Arduino as well). However, I...
  3. panik

    Running .pnd's On A Beagleboard

    Re: This topic and this one, I tried running some pnd-files on a beagleboard (revision C4@720 Mhz) with ubuntu-minimal-armel 10.04 and xfce4. It's surprisingly straightforward. Mount the pnd somewhere (mount -o loop game.pnd /some/where/) and run some script file. Most missing libraries can be...
  4. panik

    Sdl Hickups

    [Edit: solved: Ubuntu + Nvidia Fail] I've been experimenting with the LazyFoo tutorials. They're great, but I find the drawing of moving images somewhat "choppy". I tried on Linux and Windows. It's best seen on "Lesson21 - Scrolling" (http://lazyfoo.net/SDL_tutorials/lesson21/index.php) First...
Back
Top