qmk_firmware/keyboards/ergodox/infinity/drivers/gdisp/st7565ergodox
Fred Sundvik 3994fb1e79 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 18:34:59 +03:00
..
board_ST7565.h Yet another try to fix the LCD corruption 2017-04-09 18:34:59 +03:00
driver.mk Move Infinity Ergodox drivers to subproject, and fix makefile 2016-07-29 21:09:36 +03:00
gdisp_lld_config.h Add support for blitting to the Infinity LCD 2017-04-09 18:34:59 +03:00
gdisp_lld_ST7565.c Add support for blitting to the Infinity LCD 2017-04-09 18:34:59 +03:00
st7565.h Move Infinity Ergodox drivers to subproject, and fix makefile 2016-07-29 21:09:36 +03:00