Skip to content

LCDWIKI_SPI does not work with Nano Every - Error fix #1

@BlobbyTech

Description

@BlobbyTech

Library LCDWIKI_SPI produces error when trying to compile for Arduino Nano Every.

Arduino: 1.8.19 (Windows 10), Board: "Arduino Nano Every, None (ATMEGA4809)"

...\LCDWIKI_SPI\LCDWIKI_SPI.cpp: In member function 'void LCDWIKI_SPI::SH1106_Display()':

...\LCDWIKI_SPI\LCDWIKI_SPI.cpp:1400:2: error: 'u8' was not declared in this scope

(line 1363) u8 i,n;

I figured this last line should read: uint8_t i,n;

Edited the library file and it works fine! :-)

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