readme
This commit is contained in:
parent
9c493d515e
commit
4f70ea392b
8
colors.S
8
colors.S
@ -3,9 +3,11 @@
|
|||||||
.section ".rodata","a"
|
.section ".rodata","a"
|
||||||
screendata_tmpl:
|
screendata_tmpl:
|
||||||
.global screendata_tmpl
|
.global screendata_tmpl
|
||||||
.byte _blue
|
.byte _violet
|
||||||
.byte _green
|
.byte _violet
|
||||||
.byte _red
|
.byte _violet
|
||||||
|
.byte _violet
|
||||||
|
.byte _violet
|
||||||
screendataend_tmpl:
|
screendataend_tmpl:
|
||||||
.byte 0xff
|
.byte 0xff
|
||||||
|
|
||||||
|
2
main.S
2
main.S
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
.section ".data"
|
.section ".data"
|
||||||
screendata:
|
screendata:
|
||||||
.rept 3
|
.rept 5
|
||||||
.byte 0
|
.byte 0
|
||||||
.endr
|
.endr
|
||||||
screendataend:
|
screendataend:
|
||||||
|
12
readme.md
12
readme.md
@ -40,3 +40,15 @@ Short pulse: 550ns
|
|||||||
Long pulse: 1.18us
|
Long pulse: 1.18us
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
During of loading data into five LEDs: 297us
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
| # of LEDs | Load Time |
|
||||||
|
| --------- | --------- |
|
||||||
|
| 5 | 297us |
|
||||||
|
| 10 | 594us |
|
||||||
|
| 100 | 5.9ms |
|
||||||
|
| 200 | 11.8ms |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user