TFT_eSPI, Nano 33 BLE and ST7796s display #1248
Unanswered
IanBUK
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening.
Does TFT_eSPI work with the Nano 33 BLE? I am using the Nano with the st7796s display. All works fine using mcufriend and adafruit_gfx, but I want to use TFT_eSPI so I can get anti-aliased fonts and use lvgl.
I’ve created a user setup file, based on the setup 31 st7796s parallel stm one, commenting out the #define stm line. If I don’t disable that line I get a whole load of compile errors because my board is not an stm one. If I do comment that line, I get compile failures in the example because CONSTRUCTOR_INIT_TFT_DATA_BUS is not defined. So, I assume I need an equivalent of the stm or esp32 processor files.
So, does this library work with the Nano 33 BLE and st7796s? What obvious thing am I missing?
Thanks.
TFT pins shown below.
Beta Was this translation helpful? Give feedback.
All reactions