Search results

  1. A

    GP32 Sin() and Cos()

    I have linked all things quoted on top but I do not manage to print correctly a float with the : char local_buffer[256]; float fval; fval = 5.69; gp_str_func.sprintf(local_buffer,"%f",fval); GpTextOut16(NULL, new_bg, 50, 50, local_buffer, 0); Do someone got an idea on how to...
  2. A

    GP32 16bit mode.

    About that 16 bit library, I finally manage to display the 16 bit fonts with following all the steps on top; But for the graphical 16 bit library, I only managed to have GpRectDraw16 and GpRectFill16 work. Did someone manage to have GpPointSet16 or GpLineDraw16 work correctly ??
  3. A

    GP32 Interfacing hardware on GP32

    I have found yesterday intereting stuff on the GP32 hardware part numbers and especially the concerned EXT port pinout : :rolleyes: Here the information I found (copied from a site): CPU: ARM920T Core (Samsung S3C2400X01), running at up to 99MHz Display: 3.5" Reflective TFT...
  4. A

    GP32 Interfacing hardware on GP32

    Hi GP32 community , Does anyone know a site on how to interface hardware on the GP32 ? The idea comes from the GBA with which you can interface anything on the cartridge port (like an FPGA programmer, or a MP3 player, TV tuner ... ) I dont know how the ARM is cabled ; anyone knows if the...
Back
Top