Heya, thanks for this. I'm enjoying it quite a bit!
just a note on the timing example from the readme
# urchin.conf
CONFIG_CUSTOM_ANIMATION_SPEED=300000 # 300 second total duration
# 30 pictures, so 10 seconds per picture
I had to move the inline comment to it's own line, to get it to build sucessfully.
like this.
# urchin.conf
CONFIG_CUSTOM_ANIMATION_SPEED=300000
# 300 second total duration
# 30 pictures, so 10 seconds per picture
cheers!
Heya, thanks for this. I'm enjoying it quite a bit!
just a note on the timing example from the readme
I had to move the inline comment to it's own line, to get it to build sucessfully.
like this.
cheers!