Improved Bootscreen
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
This repository contains code to scan the official COVID19 Exposure API with an ESP32 using Bluetooth LE and shows a counter on an SSD1306 OLED display.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Code is based on [BLE Exposure Notification Beeper](https://github.com/kmetz/BLEExposureNotificationBeeper) which uses an LED and a piezo buzzer to notify about new detected devices but would not show the device count so I added the display part to it. You can still use the LED/Buzzer because this part is not touched in the code. In case you want to do so use this wiring:
|
||||
|
||||
@@ -40,6 +39,9 @@ In case you have an [Anycubic i3 Mega](https://www.anycubic.com/products/anycubi
|
||||
|
||||
## Used Libraries
|
||||
+ [ESP8266-oled-ssd1306 by ThingPulse](https://github.com/ThingPulse/esp8266-oled-ssd1306)
|
||||
+ [ESParkline](https://github.com/0xPIT/ESParklines)
|
||||
+ [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library)
|
||||
+ [FixedPoints](https://github.com/Pharap/FixedPointsArduino)
|
||||
|
||||
## To do
|
||||
- [ ] [Sparklines](https://github.com/0xPIT/ESParklines)
|
||||
|
||||
Reference in New Issue
Block a user