raspberrypilearning / getting-started-with-the-sense-hat

A Learn Resource for the Sense HAT
https://www.raspberrypi.org/learning/getting-started-with-the-sense-hat/
Other
16 stars 14 forks source link

scrolling_env.py #13

Closed kegansb closed 7 years ago

kegansb commented 7 years ago

Line 21: sense.show_message(msg, scroll_speed=0.05, backcolour=bg) correct to :
sense.show_message(msg, scroll_speed=0.05, back_colour=bg)

lawsie commented 7 years ago

Thank you, this is now fixed.