Skip to content

ATmega128 not supported ? #20

@Greece2

Description

@Greece2

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions