Search results

  1. Moocow9m

    SMDH extracting large icon to bmp in c++

    I am trying to extract the large icon from a .smdh file but I don't know how I am supposed to write the file in bitmap format. I would also like the answer to be platform independent if possible. I currently have it loaded from the file into a char* called buff. I know this about the icon: size...
  2. Moocow9m

    Homebrew Help updating touchscreen faster?

    I am trying to be able to "color" on the touch screen by updating the touched pixels however it "jumps" positions when moving too fast. is there a way to tell when and where the screen is touched/pen moves along screen? Or a way to update touchPosition faster? More Info EDIT: Currently I am...
  3. Moocow9m

    Homebrew Help with pixel color

    I have this code: void drawPixel(int x, int y, u16 color, u8* screen) { int height=240; u32 v=((239-y)+x*height) *2; screen[v]=color; screen[v+1]=color; screen[v+2]=color; } void drawPixel(int x, int y, u16 r, u16 g, u16 b, u8* screen) { int height=240; u32...
General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: https://i.imgur.com/bG1pQld.mp4 +1