Features include; Fully Asynchronous Input+Display, Modular design, clearable, no Wifi, Constant Sub-Frame display refreshment, with Dray Memory to display technologies.
advanced
asynchronous
clearable
pstn
small
counter
filt
aray
dray
7seg
Comments
-
Fixed a rare bug where the clearing mechanism would break a display. Also made it smaller/more efficent.
-
True-that, I suppose it was a relic of testing-phase.
-
You can remove the DMND at the bottom and set the tmp2 of the PSTN instead.
-
Note; As far as I know, this is the first asynchronous display in TPT. What it allows the counter to do is, when 9 'ticks over to 10, both 7-Seg displays are updated at the same time. (So long as the incrementing spark propagates before the refreshment mechanism.)
-
Addendum; It feels misleading to say it's "Constant Sub-Frame," I feel like that implies it's happening /on/ every frame. Allow me to explain; It's constant in that it's happening (asynchronously) once every eight frames. And the refreshment mechanism is Sub-Frame because the display is cleared&written to on the same frame.