index
:
blinkenrocket-firmware
master
Firmware
Blinkenrocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
display.cc
Age
Commit message (
Expand
)
Author
Lines
2016-02-01
add animation delay support
Daniel Friesel
-24
/
+36
2016-02-01
rename animation.mode to more appropriate animation.type
Daniel Friesel
-2
/
+2
2016-01-31
clean up includes
Daniel Friesel
-2
/
+0
2016-01-29
check ->length for texts, too
Daniel Friesel
-7
/
+3
2016-01-28
merge text_t and animation_t into single animation type to reduce code and me...
Daniel Friesel
-26
/
+8
2016-01-27
read scroll speed from text struct
Daniel Friesel
-7
/
+8
2016-01-26
preliminary animation support
Daniel Friesel
-23
/
+40
2016-01-26
use uint8_t arrays instead of chars for all buffer data structures
Daniel Friesel
-5
/
+5
2016-01-26
add structs/typedefs for text and animation data
Daniel Friesel
-5
/
+5
2016-01-24
I2C proof of concept: works!
Daniel Friesel
-1
/
+1
2016-01-22
Fix string receive (set trailing null byte in setString)
Daniel Friesel
-1
/
+3
2016-01-22
display: rename *scroll* to *update* (would be confusing for animations other...
Daniel Friesel
-6
/
+6
2016-01-22
display: Don't run (rather slow) scroll code in ISR
Daniel Friesel
-2
/
+14
2016-01-22
make display buffer private, add separate modem receive buffer
Daniel Friesel
-9
/
+9
2016-01-20
display: add variable for scroll delay
Daniel Friesel
-1
/
+2
2016-01-20
reset display after receiving data
Daniel Friesel
-0
/
+8
2016-01-20
excapsulate display and modem state in their respective classes
Daniel Friesel
-8
/
+14
2016-01-20
move display and modem code from ISR to class functions
Daniel Friesel
-11
/
+14
2016-01-19
support scrolling arbitrary strings.
Daniel Friesel
-14
/
+34
2016-01-16
display: rename turn_on/off to enable/disable, move setup code from main to e...
Daniel Friesel
-3
/
+10
2016-01-15
move display and system into separate files
Daniel Friesel
-0
/
+64