mike mendelsohn
mike mendelsohn
this is the non-nina "Arduino IDE" + regular ESP32 boards guess its happening on both.
Yes fixed in 4.0. Thx.
you need to update using the github repo which has V3 support; ui.display.type = "waveshare_3" image 1.5.5 doesnt have V3 support.
sadly, i know what you mean. i built it from source. a much quicker method, which worked well was to take the 1.5.5 image, deploy it, then do a git...
ahh, im using the newest version of bluepad32-arduino v 1.31. I guess not the same amount of love in that repo. Ill check out moving over to the main branch.
Im on 3.10 firmware, but still the xbox doesnt work.. configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0 BTstack up and running at FC:B4:67:F5:4C:9E 2D AE...
hang on , i see you said 3.10.3 ... let me see whats up
im at 3.10.3 and still no xbox button. all other buttons seem to register fine. I wanted to queue off the xbox button to do a disconnect. Bluepad32 (C) 2016-2023...
figured it out. when xbox (model 1708) controller is on firmware 3.1.1221 the xbox button doesnt register. when xbox controller is on version 5.17.3202 the xbox button DOES register. interesting...
using this guy - [HiLetgo-ESP-WROOM-32-Bluetooth-ESP32-DevKitC-32-Development](https://www.amazon.com/HiLetgo-ESP-WROOM-32-Bluetooth-ESP32-DevKitC-32-Development/dp/B0CNYK7WT2?pd_rd_w=1vH66&content-id=amzn1.sym.32628caa-c59e-4a45-93eb-93ac6202e29a&pf_rd_p=32628caa-c59e-4a45-93eb-93ac6202e29a&pf_rd_r=YKTRHX8F3ATK9KKG16PH&pd_rd_wg=UaMgC&pd_rd_r=0735ea3f-cc40-4e1a-8e80-caafd2b9db11&psc=1&ref_=pd_bap_d_csi_pd_ys_c_rfy_rp_crs_0_t) im building from src, and customizing using `idf.py menuconfig`, setting the max of connected gamepads to 2, then `idf.py build`, then` idf.py -p COM03 flash`...