firmware/testing/devtest/cap-story.py
2020-11-18 14:19:14 -05:00

11 lines
233 B
Python

# (c) Copyright 2020 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
import sim_display
if sim_display.story:
RV.write('\0'.join(sim_display.story))
sim_display.story = None
else:
RV.write('\0')