Bitmap streaming facility for ESP32 and OLED displays.
Clone this project into lib folder inside your PIO workspace
cd lib
git clone https://github.com/ITIS-Enrico-Fermi/edstream
cd ..
Clone ssd1306 library into components folder inside your PIO workspace
mkdir components && cd components
git clone https://github.com/lexus2k/ssd1306
cd ..
for more information see: https://github.com/lexus2k/ssd1306#setting-up
Copy PlatformIO configuration for a quick setup
cp lib/edstream/platformio.ini .
cp lib/edstream/sdkconfig .
With set_rr bit set to 1
1 byte payload expected
With clear bit set to 1
No payload expected
With start / stop bit set to 1
No payload expected
(major release).(new features).(bug fixing)