Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-16 | Make sure backlight is in the range 0-100 | Fred Sundvik | |
2017-06-03 | Add backlight control to the IS31FL3731 driver | Fred Sundvik | |
2017-06-03 | Turn off LED matrix by default | Fred Sundvik | |
2017-04-19 | Fix LCD SS pin configuration | Fred Sundvik | |
There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230. | |||
2017-04-09 | Combine startup and resume animations | Fred Sundvik | |
2017-04-09 | Add automatic flush for the LCD screen | Fred Sundvik | |
2017-04-09 | LCD initialization sequence according to the docs | Fred Sundvik | |
The LCD initialization show now be much better and faster with no flickering at the startup. Also fix the contrast control. | |||
2017-04-09 | Yet another try to fix the LCD corruption | Fred Sundvik | |
It turns out that the ChibiOS K20 SPI driver doesn't handle the chip select, so it needs to be done manually. Acquiring the bus is not enough since the pin was in the wrong mode. This is now fixed. Also increase the frequency of the SPI from around 200kHz to nearly 20 Mhz. | |||
2017-04-09 | Move CIE1931 and breathing tables to its own file | Fred Sundvik | |
2017-04-09 | Add support for blitting to the Infinity LCD | Fred Sundvik | |
2017-04-09 | Hopefully finally fix the corrupt LCD | Fred Sundvik | |
The SPI bus is now selected and deselected before each set of commands. Also speed up things by buffering many commands into a single batch. | |||
2017-04-09 | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | |
2016-07-29 | Move Infinity Ergodox drivers to subproject, and fix makefile | Fred Sundvik | |
2016-07-29 | Most ergodox keymaps compiles on Infinity | Fred Sundvik | |
There are linker errors due to missing led funcitonality though | |||
2016-07-29 | Initial structure for Ergodox as subprojects | Fred Sundvik | |
Only the EZ default keymaps compiles at the moment though. |