-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rev. 2.0 ALS not functioning, TSC2004 library buffer blocks BBQ10 #1
Comments
Same problem here. I cant seem to get the ALS working as well |
Hi, sorry I missed the original issue, somehow I had notifications for all solder party repos turned off by default (???) I have pushed a fix for the TSC issue just now: https://github.com/solderparty/arduino_tsc2004 For the ALS, I have verified it using a SAMD51 Feather and an RP2040 Feather. Unsure about the ESP32 Feather, but I do have a vague memory that you can't use ADC and Wi-Fi at the same time? |
I am using the Unexpected Maker FeatherS2 board. This is a basic example of what I used to get the ALS working for me. Since this also uses ADC1 instead of ADC2, this approach will also work with wifi enabled on the ESP32-s2.
|
the ALS does not work when doing analogRead(A5)
the hello_feather.ino
if loaded onto a Adafruit Huzzah 32 feather
the touch screen buffer is the same buffer as the BBQ10 keyboard so you type and nothing happens but if you touch the screen then during the pressing of the screen it will type what you keyed in.
if i disable the touchscreen then the keyboard functions as desired but you lose the touchscreen capabilities.
The text was updated successfully, but these errors were encountered: