LCDGFX LCD display driver
1.0.5
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
lcd_hal
avr
arduino
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
Generated by
1.8.13