Keyboard.ino Help #1
Unanswered
cemdagdeviren
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FastLED doesnt work corretly on me,
I try all of examples in the given , doesnt work
Could you please help me ?
In file included from c:\Users\x1\Documents\Arduino\libraries\FastLED-3.6.0\src/FastLED.h:75,
from C:\Users\x1\Downloads\T-Keyboard-S3-main\T-Keyboard-S3-main\examples\Keyboard\Keyboard.ino:4:
c:\Users\x1\Documents\Arduino\libraries\FastLED-3.6.0\src/fastspi.h:157:23: note: '#pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output'
157 | # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\Users\x\Documents\Arduino\libraries\FastLED-3.6.0\src\platforms\esp\32\clockless_rmt_esp32.cpp: In member function 'void ESP32RMTController::startOnChannel(int)':
c:\Users\x\Documents\Arduino\libraries\FastLED-3.6.0\src\platforms\esp\32\clockless_rmt_esp32.cpp:266:29: error: 'RMTMEM' was not declared in this scope
266 | mRMT_mem_start = & (RMTMEM.chan[mRMT_channel].data32[0].val);
| ^~~~~~
c:\Users\x\Documents\Arduino\libraries\FastLED-3.6.0\src\platforms\esp\32\clockless_rmt_esp32.cpp: In member function 'void ESP32RMTController::tx_start()':
Beta Was this translation helpful? Give feedback.
All reactions