LCDGFX LCD display driver  2.0.1
This library is developed to control SSD1306/SSD1325/SSD1327/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 "../../avr/io.h"
6 #include "../../Print_internal.h"
7 
8 #ifndef boolean
9  typedef uint8_t boolean;
10 #endif
11 
12 #endif
13