Guys i need some infos... Can you help me?
1)I need to create a button. I think that an image (like a button) + touch input would be fine. I mean, i put a 40x40 square into the bottom screen and then i check if touch input is in that area. Can i do this? And how? An example would be great!
2)I need to put a big image on the top screen, like a wallpaper. How can i do this? Any example homebrew?
3)How can i print hours, minutes and seconds? I mean, how can i get them to print them?
That's all!
1) Well, I would create a struct which contains a Button (int x,y; bool visible, char * fileName, bool pressed). Then you write a simple function which takes HID input, checks to see if it's in the range of x,y and sets pressed boolean if the button is pressed.
2) Framebuffer hax!
3) Search ctrulib for Tick (get time based off of CPU clock)











