Search results

  1. pea

    GP32 Addition Speed

    LOL. Some funny shit. Yes I realise all that. A project of mine even before I got the GP32 (just using geepee32 to start with) was to create my own set of graphics functions that abstract all graphics to 'canvas' objects, even the LCD. I use this exclusively for all my gp32 development (and...
  2. pea

    GP32 Can't Make My "hello World" Work On The Real Gp

    When you say that 'it does not work' on the gp32 - do you just get a blank screen, or do you get some horizontal bars that rin accross the screen near the top? If you get the bars, then the problem is that your code is being output for the BLU when you actually have a BLU+. Do you know which...
  3. pea

    GP32 Addition Speed

    yeah, thanks guys :). Much of a muchness in my opinion. FYI what I am doing is trying to optimise some graphics code which draws a gradient to the framebuffer. The graideint is alwys vertical like the windows XP title bars. I was wondering if it was faster to: given start and end colour...
  4. pea

    GP32 Addition Speed

    Hi all, Is this faster in terms of CPU cycles a++; than this: a+=120; Just wondering if stepping by one is faster than stepping by any other constant? Cheers
  5. pea

    GP32 Spout Blu+

    Found a link here: http://www.gp32x.de/board/index.php?showt...ndpost&p=256426
  6. pea

    GP32 Can't Make My "hello World" Work On The Real Gp

    If you have downloaded a recent version of Mr.Mirkos libs, like you say you have, then you will find that there already ARE two version of the compiled lib in the lib directory - one called libmirkoSDK.a and the other libmirkoSDK_GEEPEE.a Just change the makefile from: LIBS = -Lf:/gp32sdk/lib...
  7. pea

    How To Mod A Chatboard, Where To Get The Conenctor

    Hi all, Trying to make a UART cable that connects to the ext port. Does anyone know if the Samsung A300 charger (car or wall) has enough pins? I think a UART cable needs three? EDIT: looks like the Samsung one is ok, if this post is anything to go by? (then again, may have used the data...
  8. pea

    GP32 Gpdesktop Progress

    Thanks Lizard ;) Good to see you are still alive! All the graphical glitches it had when you saw it are gone (pointer redraws properly etc).
  9. pea

    GP32 Spout Blu+

    Hey no_skill, Any chance of a spout blu+ version (gp32) anytime? :D i have been playing with the dreaded bar :)
  10. pea

    GP32 Gpdesktop Progress

    Hi, Thanks for the info on the vsync - that did the trick! I might add it as a flag to the swapFrameBuffer functions so that you can choose whether to sync... Anyway, some more info about my SDK and GPDesktop libraries. FULL SCREEN WINDOW #include "gp32.h" #include "gpd_system.h" //...
  11. pea

    GP32 Gpdesktop Progress

    Hi all, Just an update to anyone who is interested. Have been working mostly on the windows manager library. It features functions to create windows and widgets. So far only a few widgets are done for testing, but support so far includes: 1) Desktop from 320x240 up to max memory size...
  12. pea

    Satellite Navigation

    I have seen several mini GPS units (though fully featured) with special low power consumption chipsets and built in path antenna which have an SDIO interface! So as soon as a dev has created some nice SDIO drivers, i am sure it will not be a problem. Links: Globalsat SDIO GPS EDIT: By the...
  13. pea

    GP32 Usb Gps Unit

    Thanks :) I just want to do it for myself as a personal project, really. I find it very interesting.
  14. pea

    GP32 Usb Gps Unit

    Hi all, Since toyz4boyz removed the GPS unit for GP32 from their offerings, I have been looking into GPS units i could integrate with the GP32 myself. For example, a compact unit such as this sanav USB device. How difficult would it be to 1) Swap the standard USB plug with a gp32 compatible...
  15. pea

    Heretic32

    Yes, Download original shareware heretic, install it, then grab heretic.wad and stuff it in the heretic folder too. No need to add it to the cfg file.
  16. pea

    GP32 What Exactly Do You Do To The Source Code?

    I LOVE pascal. Well, Delphi anyway. For RAD, it is simply unbeatable IMO.
  17. pea

    GP32 What Exactly Do You Do To The Source Code?

    Nah, you don't even need to rename the extensin. Just write the file to floppy, then get a knife and pry apart the plastic sides of the floppy. take the magnetic inner bit (careful! don't get any finger prints on it!) then fold it until it fits in the SD slot. Make sure that the bottom of...
  18. pea

    Official Gp32x Avatars

    That's the idea. Eventually it will happen. Its not my full-time job :)
  19. pea

    Official Gp32x Avatars

    Second official avatar pack released Features were-creatures, fake moustaches, breasts and fart humour. R11 rated :) Get it here. Aso, if you havent seen it, the second wallpaper was release a few days ago.
  20. pea

    GP2X I Want To Compile

    gargabe? :lol:
Back
Top