Commit Graph

65 Commits

Author SHA1 Message Date
Vince Weaver
95c6dde2e7 fire: maybe make a smaller, firmware version? 2019-01-02 16:41:48 -05:00
Vince Weaver
1f96e82a8e xmas2018: update with mute functionality 2018-12-23 16:37:25 -05:00
Vince Weaver
872f223d92 xmas2018: reflections, fix last(?) reflection bug 2018-12-23 16:16:19 -05:00
Vince Weaver
76e93cc35a xmas2018: fixed some bugs in reflection code
still not sure why the pixels in upper right blink :(
2018-12-23 16:10:18 -05:00
Vince Weaver
fc9427fe58 xmas2018 unroll 5 times, use lookup table
in all saves about 5s
2018-12-23 15:47:18 -05:00
Vince Weaver
194feecaf4 merry: table lookup, not really much faster as is :( 2018-12-23 15:11:28 -05:00
Vince Weaver
3a68e0499b xmas2018: going to have to release 2018-12-21 15:59:26 -05:00
Vince Weaver
751da01f90 xmas2018: reflections code, urgh that is a pain
running up to filesize limit too
2018-12-21 14:45:01 -05:00
Vince Weaver
2ebeb90d80 xmas2018: more reflections 2018-12-21 13:09:42 -05:00
Vince Weaver
5a438ee57e xmas2018: more ball scroll work 2018-12-21 11:49:44 -05:00
Vince Weaver
87224c4500 xmas2018: first hint at reflection working 2018-12-21 11:39:30 -05:00
Vince Weaver
fdad16dd03 xmas2018: update asserts 2018-12-21 10:49:17 -05:00
Vince Weaver
d0cee7e602 xmas2018: more cleanup, more asserts, more timing 2018-12-21 10:30:10 -05:00
Vince Weaver
980e89c315 xmas2018: more fine tuning 2018-12-21 10:00:33 -05:00
Vince Weaver
432085f8cd xmas2018: some fine tuning 2018-12-21 09:55:06 -05:00
Vince Weaver
dd582f3ced xmas2018: minore documentation update 2018-12-21 00:41:53 -05:00
Vince Weaver
f07631c25c xmas2016: more optimization 2018-12-21 00:32:59 -05:00
Vince Weaver
d474040437 xmas2018: optimize away use of OUTL 2018-12-20 22:55:34 -05:00
Vince Weaver
5353c8814b xmas2018: more scrolling optimization 2018-12-20 22:44:36 -05:00
Vince Weaver
cd6d5e9f4c xmas2018: scrolling optimizing 2018-12-20 22:03:31 -05:00
Vince Weaver
fd1377c10c xmas2018: cycle-count the optimized version 2018-12-20 16:14:57 -05:00
Vince Weaver
6e854bf968 xmas2018: scrolling twice as fast, but at what cost? 2018-12-20 14:31:16 -05:00
Vince Weaver
3e53efc75d xmas2018: more scroll optimization 2018-12-20 12:46:56 -05:00
Vince Weaver
067f1c53fc xmas2016: optimizing a little 2018-12-20 12:31:50 -05:00
Vince Weaver
816edd964a xmas2018: get colors right on scroll 2018-12-20 11:40:56 -05:00
Vince Weaver
2426cae3c3 xmas2018: time analyze the hgr scrolling 2018-12-20 11:23:22 -05:00
Vince Weaver
5d4005567f xmas2018: hgr scroll: preserve colors (mostly) 2018-12-20 10:53:22 -05:00
Vince Weaver
a92ec7869c xmas2018: scroll works! Horrifically s-l-o-w 2018-12-20 10:49:39 -05:00
Vince Weaver
b6b492934b xmas2018: sorta get scrolling working
really slow :(
2018-12-20 10:15:18 -05:00
Vince Weaver
a850f76121 xmas2018: this is a hard problem 2018-12-20 01:20:21 -05:00
Vince Weaver
94e19896cd xmas2018: start prepping the merry part 2018-12-19 16:57:42 -05:00
Vince Weaver
afbb584bed xmas2018: candles come on one by one now 2018-12-19 14:51:23 -05:00
Vince Weaver
bc1a054cc7 xmas2018: add flickering flames 2018-12-19 14:16:37 -05:00
Vince Weaver
30e70e2ebe xmas2018: stop padding filenames 2018-12-19 10:40:03 -05:00
Vince Weaver
28e89b2acb xmas2018: automatically get filesize after load 2018-12-19 10:09:31 -05:00
Vince Weaver
ee498af6c5 xmas2018: loop forever 2018-12-19 00:10:06 -05:00
Vince Weaver
9068de9fe0 xmas2018: update basic loader 2018-12-18 15:02:50 -05:00
Vince Weaver
81739275f3 xmas2018: turn all flames back on 2018-12-18 14:57:44 -05:00
Vince Weaver
c82b4c8bdb xmas2018: make sprites non-transparent
and vapor lock again
2018-12-18 14:48:58 -05:00
Vince Weaver
5a0a148666 wreath: add frame counting code 2018-12-18 13:43:56 -05:00
Vince Weaver
50cc198a02 xmas2018: make scroller use lz4 compression instead of RLE
saves 300 bytes or so
2018-12-18 13:43:33 -05:00
Vince Weaver
ee812d3e20 xmas2018: slow scrolling a bit
looks jumpy at some rates
2018-12-18 00:36:38 -05:00
Vince Weaver
b601302472 xmas2018: add frame timeout 2018-12-18 00:17:20 -05:00
Vince Weaver
f70de4c203 xmas2018: scrolling text works 2018-12-17 22:58:19 -05:00
Vince Weaver
4de3183240 xmas2018: adjusting the screen splits 2018-12-17 14:50:40 -05:00
Vince Weaver
156c01b2ec xmas2018: clear screen 2018-12-17 11:44:56 -05:00
Vince Weaver
110d2870ea gr-sim: update scroll 2018-12-17 00:29:07 -05:00
Vince Weaver
de102a4d18 xmas2018: update sprites 2018-12-16 21:39:32 -05:00
Vince Weaver
5fd5bee1eb xmas2018: add candle flame 2018-12-15 22:47:11 -05:00
Vince Weaver
b2d104b9fc xmas2018: add missing file 2018-12-14 18:42:39 -05:00