moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
848 stars 166 forks source link

Adding the Adafruit Bluefruit Feather LE support #129

Closed rafael-sul closed 2 years ago

rafael-sul commented 2 years ago

I want to use my Adafruit Bluefruit board with a GC9A01 LCD screen but your library doesn't support the board. I was looking through the library and it shows that it supports the NRF52840 chip. Our board has the NRF52832 chip.

Is there any way you can add the compatibility for my board?

moononournation commented 2 years ago

Any compile error?

rafael-sul commented 2 years ago

We are trying to use a developer board that is NOT supported by this library. We are using an Adafruit Bluefruit nRF52 Feather. When trying to use a similar data bus (NRFXSPI) that you have listed, we get this compile error message: 273929071_901402017218280_6922786888921203284_n Here is the "Tools" settings we are running: 273677957_247745330896482_1178156747560858095_n

Is there anyway to get our developer board "Adafruit Bluefruit nRF52 Feather" to work with this library?

moononournation commented 2 years ago

If the board implemented Arduino generic SPI class, Arduino_GFX can support transparently. So I ask is it have any compile error?

rafael-sul commented 2 years ago

We cannot compile using the Adafruit Bluefruit Feather. Is there a way we can add it to the databus library?

moononournation commented 2 years ago

try HWSPI instead of NRF first

rafael-sul commented 2 years ago

Hey! It works! Thank you this is what we needed! If we have any questions, can we contact you again? Thanks

moononournation commented 2 years ago

I did not have that board but I will try to help.