SSD1306 OLED display driver  1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Arduino.h
1 #ifndef _ARDUINO_H_
2 #define _ARDUINO_H_
3 
4 #define ARDUINO_FAKE
5 #include "ssd1306_hal/avr/io.h"
7 
8 #ifndef boolean
9  typedef uint8_t boolean;
10 #endif
11 
12 #endif
13