qmk-dactyl-manuform-a/drivers/qwiic
Nick Brassel a0089aa345
Fixup Satisfaction75 bootprocess. (#12621)
- Use normal ChibiOS I2C driver.
- Move drawing code to housekeeping -- previously it was during matrix
  scan, which gets executed during bootmagic checks. However, bootmagic
  is invoked before QWIIC subsystem is enabled, which means I2C isn't
  configured yet. All I2C calls to the OLED fail with timeouts while
  bootmagic is being checked. Housekeeping ensures this is executed once
  the system has initialised and settled.
- QWIIC OLED driver: properly clear out OLED buffer when clearing screen.
2021-04-19 13:08:01 +10:00
..
util clang-format changes 2019-08-30 15:01:52 -07:00
micro_oled.c Fixup Satisfaction75 bootprocess. (#12621) 2021-04-19 13:08:01 +10:00
micro_oled.h Fix QWIIC OLED for AVR (#7769) 2020-02-22 14:11:25 +11:00
qwiic.c clang-format changes 2019-08-30 15:01:52 -07:00
qwiic.h clang-format changes 2019-08-30 15:01:52 -07:00
qwiic.mk Split up QWIIC_ENABLE to use QWIIC_DRIVERS as well, with yes/no for enable flag. (#11426) 2021-01-04 08:45:43 +11:00