T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.28k stars 379 forks source link

Isn't working with tft_eSPI library #200

Open LozockHD opened 1 year ago

LozockHD commented 1 year ago

When I use the BLE-Keyboard library with tft_eSPI library, , then only the BLE-Keyboard is working and the tft_eSPI is not working. When I remove "bleKeyboard.begin();" from the code then everything besides the Keyboard works, but it is not possible for me to get them working together for some reason.