nintendo-ds

Drawing an image on subscreen of nds

坚强是说给别人听的谎言 提交于 2019-12-10 15:18:24
问题 I am totally new to libdns. I try to change the sample Graphics\Backgrounds\256_color_bmp to display the background on the subscreen. Here is my code. Do you have any idea what is missing to display hey_typBitmap on the subscreen? I already managed to display the new image on the top screen. #include <nds.h> #include <stdio.h> #include "drunkenlogo.h" #include "hey_typ.h" int main(void) { videoSetMode(MODE_5_2D); vramSetBankA(VRAM_A_MAIN_BG_0x06000000); videoSetModeSub(MODE_5_2D);

Can an Android device broadcast an SSID?

孤人 提交于 2019-12-01 01:50:47
I want to look at data coming from a Nintendo 3DS on an Android device. The 3DS will automatically try and connect to any router with the SSID of "Nintendo_3DS_continuous_scan_000". I know it should be possible, since tethering apps do essentially the same thing. I've tried looking at Wifi Direct or Wifi P2P , but so far I haven't seen any option to set an SSID. Am I looking at the wrong library for this project? EDIT: I found a library here that handles the Access Points. I've successfully tested it once now, so I'm off to try crazy things. Ryan Smith If the android device can be used as a

Can an Android device broadcast an SSID?

瘦欲@ 提交于 2019-11-30 20:47:45
问题 I want to look at data coming from a Nintendo 3DS on an Android device. The 3DS will automatically try and connect to any router with the SSID of "Nintendo_3DS_continuous_scan_000". I know it should be possible, since tethering apps do essentially the same thing. I've tried looking at Wifi Direct or Wifi P2P , but so far I haven't seen any option to set an SSID. Am I looking at the wrong library for this project? EDIT: I found a library here that handles the Access Points. I've successfully