Cosa: An Object-Oriented Platform for Arduino programming

Great! I've tried with my ST7735R and IDE 1.5.2. Works fine.. :slight_smile:
Changed /cs and a0 pins to 7 and 8 with:

ST7735R tft(Board::D7, Board::D8);

PS: I want to use it with 1284p - is the board.hh the only place to enhance?