fizban99 / microbit_ssd1306

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

Bug in Asteroids sample program #7

Open microbit-giles opened 4 years ago

microbit-giles commented 4 years ago

This is an awesome project! I've just been using it with the multiple files in project feature of the new micro:bit python editor, https://python.microbit.org/ - and I discovered a little bug in the Asteroid game sample, line 18 refers to showing a bitmap called 888.bin, I think it should say 'splash' instead. show_bitmap("splash") not show_bitmap("888.bin")