SSD1306 OLED display driver  1.7.20
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
ssd1306_hal/README.md
1 # Hardware abstraction layer
2 
3 This directory contain platform specific implementation of hardware abstraction layer.
4 
5  * arduino dir: for all Arduino platforms (if you use Arduino IDE)
6  * avr dir: for plain avr-gcc environment
7  * esp dir: for plain esp8266/esp32 environment
8  * linux dir: for linux platforms including raspberry pi
9  * mingw dir: for running under windows
10  * stm32 dir: for plain stm32 support (not implemented)
11 
12 Edit UserSettings.h header file, if you want to disable some parts of ssd1306 library to reduce memory consumption in your project
13