fizban99 / microbit_ssd1306

Simple micropython library for the micro:bit to control the SSD1306 display
MIT License
54 stars 33 forks source link

Fix README ssd1306_effects.py examples #13

Open mkcoldwolf opened 2 years ago

mkcoldwolf commented 2 years ago

The blink() and pulse() function from ssd1306_effects.py only run once, if the user directly copy from the example they won't notice the different Added while loop to keep the effect going.