30ร30 pixels (15x zoom)
This pixel editor creates custom icons for OLED B/W displays like the SSD1306 screen.
#include <Adafruit_SSD1306.h>
#include "icons.h"
Adafruit_SSD1306 display(OLED_WIDTH, OLED_HEIGHT, &Wire, -1);
// Draw your custom icon at position (x, y)
display.drawBitmap(x, y, custom_icon_30, 30, 30, WHITE);
icons.h filedrawBitmap() width/height parameters