Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

Adafruit Grand Central M4 SAMD #48

Closed Grover-Torbel closed 1 year ago

Grover-Torbel commented 1 year ago

Is there any possibility that compatibility with the Arduino Grand Central M4 will be available? It’s a very fast board and has proven compatible with every other Arduino Mega focused library I’ve tried, but it is M4 based with SAMD. https://www.adafruit.com/product/4064

Bodmer commented 1 year ago

The library is for Mega boards only. It uses low level hardware specific register writes to gain a performance advantage. Other processors will not work.