Skip to content

Commit

Permalink
Update docs/tildagon-apps/reference/badge-hardware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jun 19, 2024
1 parent c3131dc commit b1b4b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tildagon-apps/reference/badge-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ class ExampleApp(app.App):
ctx.save()
ctx.rgb(0.2, 0, 0).rectangle(-120, -120, 240, 240).fill()
if self.steps_read:
ctx.rgb(1, 0, 0).move_to(-80, -40).text("steps:\n{}\n".format(self.steps_read))
ctx.rgb(1, 0, 0).move_to(-80, -40).text(
"steps:\n{}\n".format(self.steps_read))
else:
ctx.rgb(1, 0, 0).move_to(-80, 0).text("no readings yet")
ctx.restore()
Expand Down

0 comments on commit b1b4b58

Please sign in to comment.