| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-10 | Move GDISP drivers to /drivers/ugfx | ||
| 2017-06-24 | Delete emulator drivers | ||
| 2017-06-16 | Make sure backlight is in the range 0-100 | ||
| 2017-06-03 | Add backlight control to the IS31FL3731 driver | ||
| 2017-06-03 | Turn off LED matrix by default | ||
| 2017-04-19 | Fix LCD SS pin configuration | ||
| 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 | ||
| 2017-04-09 | Add automatic flush for the LCD screen | ||
| 2017-04-09 | LCD initialization sequence according to the docs | ||
| 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 | ||
| 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 | ||
| 2017-04-09 | Add support for blitting to the Infinity LCD | ||
| 2017-04-09 | Hopefully finally fix the corrupt LCD | ||
| 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 | ||
| 2016-07-29 | Move Infinity Ergodox drivers to subproject, and fix makefile | ||
| 2016-07-29 | Most ergodox keymaps compiles on Infinity | ||
| There are linker errors due to missing led funcitonality though | |||
| 2016-07-29 | Initial structure for Ergodox as subprojects | ||
| Only the EZ default keymaps compiles at the moment though. | |||