-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
As the lib is using the hardware-SPI, it seems it is not working with the ATmega128.
The SPI-pins are:
MOSI : PB2 -> 10
MISO: PB3 -> 11
SCK: PB1 -> 9
SS: PB0 -> 8
Any chance to integrate that into the lib? Or can one use the "User_Setup.h" to define these pins? Or the "fast_pin.h" ?
Best regards and thanks for the support !
Here part of the compiler's output:
\libraries\TFT_ILI9341-master/TFT_FastPin.h:479:2: warning: #warning "No pin/port mappings found, pin access will be slightly slower. See fastpin.h for info." [-Wcpp]
#warning "No pin/port mappings found, pin access will be slightly slower. See fastpin.h for info."
Metadata
Metadata
Assignees
Labels
No labels