aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/visualizer/lcd_keyframes.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix buffer overrun in lcd_keyframesFred Sundvik2017-04-131-2/+2
| | | | | This would often cause the keyboard to crash when restarting the computer.
* Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-091-0/+19
|
* Add automatic flush for the LCD screenFred Sundvik2017-04-091-5/+0
|
* Separated backlight and LCD disable/enableFred Sundvik2017-04-091-0/+14
| | | | Also moved them to correct places
* Move LCD keyframes to its own fileFred Sundvik2017-04-091-0/+160
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157