WiiRd forum

Wii & Development => Wii & Gamecube Development => Topic started by: REDSOXROX on October 05, 2008, 09:42:48 PM

Title: Help with gfx display on screen/ sending files w/ usbgecko
Post by: REDSOXROX on October 05, 2008, 09:42:48 PM
Is there a library/commands I can use to read/write the graphics dispaly (video display) that appears on screen?
Also, is there a snippet of code you have that allows you to send files to/from your PC via usb gecko?

btw, I'm using DevPPC
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: Igglyboo on October 14, 2008, 03:03:15 AM
Im not sure about the graphics display but as for uploading files do this
Open WiiRD and click show WiiRD
it will open the WiiRD-CMD prompt screen thingy

Type upload filename.bin 80000000(or whatever adress you want it loaded to)
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: REDSOXROX on October 14, 2008, 09:00:47 PM
Quote from: Igglyboo on October 14, 2008, 03:03:15 AM
Im not sure about the graphics display but as for uploading files do this
Open WiiRD and click show WiiRD
it will open the WiiRD-CMD prompt screen thingy

Type upload filename.bin 80000000(or whatever adress you want it loaded to)
If possible, not using WiiRD :P
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: Igglyboo on October 14, 2008, 11:06:49 PM
i have no idea to do it without wiird
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: REDSOXROX on December 18, 2008, 11:13:25 PM
bump...
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: Romaap on December 19, 2008, 02:59:42 PM
for the fraphics you can use libwiisprite (see wiibrew.org)
Title: Re: Help with gfx display on screen/ sending files w/ usbgecko
Post by: REDSOXROX on December 19, 2008, 10:56:56 PM
Quote from: Romaap on December 19, 2008, 02:59:42 PM
for the fraphics you can use libwiisprite (see wiibrew.org)
ah, heard of that but thought it was for sprites to use on Wii! Many thanks.