Maybe someone has a minimal project that shows how to configure U8x8 library.
My code is as follows:
Code: Select all
#include "U8x8lib.h"
#define CLK_PIN 8
#define DAT_PIN 7
U8X8_SH1106_128X64_NONAME_SW_I2C u8x8(U8X8_PIN_NONE, CLK_PIN, DAT_PIN );
Any help would be appreciated