diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-12 12:43:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 12:43:46 -0400 |
commit | e5f610b70ec124da411dd8b32c5a4de14b2bedc8 (patch) | |
tree | 85590469e36f6da98d8606d725bebaf78cbf7444 /keyboards/ergodox/infinity/gfxconf.h | |
parent | 154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff) | |
parent | 1d5567a3a9ae1ca45bd5ff09f21edb7d1388afc3 (diff) |
Merge pull request #1217 from fredizzimo/ergodox_default_visualizer
Enable Ergodox Infinity LCD visualization
Diffstat (limited to 'keyboards/ergodox/infinity/gfxconf.h')
-rw-r--r-- | keyboards/ergodox/infinity/gfxconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/infinity/gfxconf.h b/keyboards/ergodox/infinity/gfxconf.h index 8caa577b73..45b9f58580 100644 --- a/keyboards/ergodox/infinity/gfxconf.h +++ b/keyboards/ergodox/infinity/gfxconf.h @@ -143,7 +143,7 @@ #define GDISP_HARDWARE_DRAWPIXEL TRUE #define GDISP_HARDWARE_CLEARS FALSE #define GDISP_HARDWARE_FILLS FALSE - #define GDISP_HARDWARE_BITFILLS FALSE + //#define GDISP_HARDWARE_BITFILLS FALSE #define GDISP_HARDWARE_SCROLL FALSE #define GDISP_HARDWARE_PIXELREAD TRUE #define GDISP_HARDWARE_CONTROL TRUE |