1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 09:24:05 +02:00
antorcha/fw
Werner Almesberger 695bc5a25a fw/: reduce image width from 100 to 80 square pixels
To achieve square 100 pixels (1:6.25 image aspect ratio), very vigorous
movement is needed. 80 pixels (still 1:5) are easier. Initial estimates
suggested a usable range of 1:4-1:5, so this is still good.

Note that we may want to change the aspect ratio of the pixels themselves
in the future (for smoother letters), so the pixel count may go up again.

80 pixels correspond to 11 characters in a 7x5 font with 2 pixels
separation between characters. We may want to go up to 82 pixels
to allow a 12th character - or use a proportional font.
2012-06-23 21:57:18 -03:00
..
accel.c fw/accel.c (adcsra): let ADC run at 125 kHz (instead of 67.5 kHz) 2012-06-21 21:12:20 -03:00
accel.h fw/: sample the acceleration sensor (untested) 2012-06-21 08:56:56 -03:00
antorcha.c fw/: reduce image width from 100 to 80 square pixels 2012-06-23 21:57:18 -03:00
boot.c RESET protocol to jump from application to boot loader without power cycling 2012-06-18 20:31:20 -03:00
dispatch.c fw/: pass limit also to "first" function of protocol handlers 2012-06-20 18:37:13 -03:00
dispatch.h fw/: add acceleration sensor sample protocol (untested) 2012-06-21 12:51:57 -03:00
flash.c make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
flash.h make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
fw.c fw/fw.c: simplify the use of the sequence number a little (untested) 2012-06-20 16:46:27 -03:00
fw.h make firmware upload protocol less secure but lean; boot loader works 2012-06-18 18:22:56 -03:00
hash.c fw/hash.[ch]: new function hash_merge_progmem to read from Flash instead of RAM 2012-06-23 11:59:47 -03:00
hash.h fw/hash.[ch]: new function hash_merge_progmem to read from Flash instead of RAM 2012-06-23 11:59:47 -03:00
image.c fw/image.c: put image_secret in PROGMEM to save scarce RAM 2012-06-23 12:01:37 -03:00
image.h fw/: reduce image width from 100 to 80 square pixels 2012-06-23 21:57:18 -03:00
io.h fw/: sample the acceleration sensor (untested) 2012-06-21 08:56:56 -03:00
Makefile fw/: add acceleration sensor sample protocol (untested) 2012-06-21 12:51:57 -03:00
proto.h fw/: add acceleration sensor sample protocol (untested) 2012-06-21 12:51:57 -03:00
reset.c fw/reset.c: oops, forgot to commit the reset protocol handler 2012-06-23 12:03:25 -03:00
rf.c add ben-wpan to include search paths, for at86rf230.h 2012-06-18 19:24:12 -03:00
rf.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00
sample.c fw/sample.c (handler): set the time in samples (was set to zero, for debugging) 2012-06-21 19:16:55 -03:00
spi.c fw/spi.c: explain why we probably can't reach fosc/2 = 4 MHz 2012-06-23 14:54:31 -03:00
spi.h fw/: addition of boot loader (WIP) and assorted cleanup and improvements 2012-06-18 10:56:43 -03:00
sweep.c fw/accel.c: fix update() add interrupt-friendly update_irq() 2012-06-21 16:14:56 -03:00
sweep.h fw/accel.c: fix update() add interrupt-friendly update_irq() 2012-06-21 16:14:56 -03:00
version.h fw/: first version of experimental firmware 2012-06-16 22:16:37 -03:00