ledtoy-fw-8.tar.gz
(28 kB)
Changes:
- ui.inc: made display loop show 4*80% light, instead of 3*70%+90%
- ui.inc: correctly adjusted the delays in the read-from-Flash display loop
- lt24merge.pl: display memory usage statistics
- lt24merge.pl: use "wide" image format if the image has white lateral borders
- ui.inc: load "wide" images into RAM if they are less than 24 pixels wide
- type 0 objects (regular images) now have the width in the lower word of the
header, just like "wide" images
- lt24merge.pl:load_xbm: "open" used $_ instead of $_[0], which worked by sheer
coincidence
- ui.inc: recalculated nap ramp to range from 80-2680 us instead of 20-2000 us
- pgm.asm: changed default nap from 600 us to 940 us
- cntab.pl: new script to calculate the nap ramp
- Makefile: clean up after failed build with "rm -f" instead of "rm -rf"
- lt24merge.pl: changed file mode from 644 to 755
- dumpfw.pl: new script to make a debugging dump of a compound firmware binary
- lt24merge.pl: images can now be combined with the bit operators & (and),
| (or), ^ (xor), and ~ (not)
- si*.xbm: redesigned the symbols and removed entries above three
- ui.inc: changed timeout in "run" when button is never released from T_CONFIG
to T_IDLE
- Makefile: made pgm.bin "phony", so that "make download" will always rebuild
the compound firmware
- README: described how to replace dead firmware
- added support for image sequences (see README and faces.seq)
|