1 2 3 4 5 6 7
#pragma once #include <U8g2lib.h> extern U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2; void displayInit();