ESP8266 / Hiletgo 1.3" 128x64 OLED / U8g2 display library : Bitmap
Using drawXBMP (or drawXBM) Using PlatformIO CLI src/main.cpp /* Bitmap test using u8g2 library Nodemcuv2 */ #include "Arduino.h" #include "U8g2lib.h" #include <stdio.h> U8G2_SH1106_128X64_NONAME_F_SW_I2C display(U8G2_R0,/*clk*/ 4, /*data*/ 5); static const unsigned char r2d2_…