Commit e1a1d81
committed
Change I2C speed depending on the kind of write
- Long writes are slow to prevent errors mid-sequence (flickering)
* This is likely to have something to do with the PWM registers
- Short writes are fast to prevent noise during page setup
- Leaving zero pages and send page as short writes (seem to error just
like the short register writes)1 parent 0acb3e8 commit e1a1d81
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | 653 | | |
655 | 654 | | |
656 | 655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | 669 | | |
673 | 670 | | |
674 | 671 | | |
| |||
818 | 815 | | |
819 | 816 | | |
820 | 817 | | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
827 | 830 | | |
828 | 831 | | |
829 | 832 | | |
| |||
0 commit comments