diff --git a/colors.S b/colors.S index a575272..b9cf134 100644 --- a/colors.S +++ b/colors.S @@ -3,9 +3,11 @@ .section ".rodata","a" screendata_tmpl: .global screendata_tmpl - .byte _blue - .byte _green - .byte _red + .byte _violet + .byte _violet + .byte _violet + .byte _violet + .byte _violet screendataend_tmpl: .byte 0xff diff --git a/main.S b/main.S index 0a11ffc..4f4a5e5 100644 --- a/main.S +++ b/main.S @@ -50,7 +50,7 @@ .section ".data" screendata: - .rept 3 + .rept 5 .byte 0 .endr screendataend: diff --git a/readme.md b/readme.md index d2d0cd0..9291e96 100644 --- a/readme.md +++ b/readme.md @@ -40,3 +40,15 @@ Short pulse: 550ns Long pulse: 1.18us ![](./docs/pulse_long.png) + +During of loading data into five LEDs: 297us + +![](./docs/five_leds.png) + +| # of LEDs | Load Time | +| --------- | --------- | +| 5 | 297us | +| 10 | 594us | +| 100 | 5.9ms | +| 200 | 11.8ms | +