korginc / nts-1-customizations

Official repository for hardware customizations of the Nu:Tekt NTS-1 digital kit
BSD 3-Clause "New" or "Revised" License
147 stars 34 forks source link

Having trouble communicating with TFT screen #6

Open matrix12x opened 4 years ago

matrix12x commented 4 years ago

I am trying to use a TFT screen with the NTS-1 Custom Control surface and get compile errors on any library I try and use.

I have definitely gotten this TFT to work with an Arduino Uno. for example, I select File>Example>ADAFRUIT TFTLCD Library>graphics test

However, When I set the Arduino IDE to NTS-1 Custom Panels (instead of for example Uno), I get errors on any TFT library. I can't seem to figure out what to use instead of something like: defined(__AVR_ATmega328P__) for the STM32.

Any suggestions would be welcome. Also I am requesting Korg put up some sample code for the TFT example they did.