Commit Graph

19 Commits

Author SHA1 Message Date
David Todd (c0de)
d042468344 Updated example usage of the functions
The scrolling animations appear to have broken
in the second stage, where the image is scrolling out of view.
2018-07-24 21:36:29 -05:00
David Todd (c0de)
ae3a642e10 Fixed randChangePxl to now use the PXL structure
This allows the animation to happen very quickly without consuming
all the resources while waiting for an approiate random number
2018-07-24 21:36:29 -05:00
David Todd (c0de)
777464a735 Add notifyBlinkPxl
A simple animation to "blink" an image
2018-07-24 21:36:29 -05:00
David Todd (c0de)
ba7598c750 Add optional color selection defined via the PXL structure
This can be useful for using the same icon with a different color
to indicate various states
2018-07-24 21:36:29 -05:00
David Todd (c0de)
7073d2d3f2 Define a global number of pixels for code flexibility 2018-07-24 21:36:29 -05:00
David Todd (c0de)
9ced8bad78 Add a Struct to manage the pixels 2018-07-24 21:36:29 -05:00
David Todd (c0de)
234bac6ff5 it me :3 2018-07-24 21:36:29 -05:00
David Todd (c0de)
40db3ea547 light cleanup 2018-07-24 21:36:29 -05:00
David Todd (c0de)
f5edd358f7 Semantic change for consistency among functions
Introduce "Pixol" term to describe the resulting array
from converting an image file
2018-07-24 21:36:29 -05:00
David Todd (c0de)
d2b25bdf54 Add randChangeImage -INCOMPLETE 2018-07-24 21:36:29 -05:00
David Todd (c0de)
b34cfbed6e Add Upward-Scrolling Notification
This will scroll an image up into view, pause briefly (dlytime),
and continue scrolling upwards. This also takes a `loop` argument
that dictates how many times it should scroll
2018-07-24 21:36:29 -05:00
David Todd (c0de)
ac533e2147 Add "Scanline"-style image transition
This will switch the display from one image to
another, one pixel at a time. The speed can be controlled via
the `anitime` argument.
2018-07-24 21:36:29 -05:00
David Todd (c0de)
2a3d075a81 Add popup notification
This scrolls an image up into view,
and back down out of view after the delay
2018-07-24 21:36:29 -05:00
David Todd (c0de)
2035272b51 Show a pixo-icon on screen for a delayed amount of time 2018-07-24 21:36:29 -05:00
David Todd (c0de)
318db598bf Add example to contain various display helper functions 2018-07-24 21:36:29 -05:00
hodginsa
218800df16 Programs added 2018-06-21 08:17:27 -04:00
hodginsa
01d90ef571 changed led pad layout 2018-05-12 11:37:46 -04:00
hodginsa
e1fbd998c5 New Firmware and Python Script 2018-02-13 20:32:00 -05:00
hodginsa
582cbe8ea9 added rough sample firmware 2018-01-31 19:29:16 -05:00