diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:52:56 -0400 |
commit | 07bf8522ca23a7665852bb9defff0749c76f5e91 (patch) | |
tree | a03aa70cc7e9899c605b5e3597cf15ccdf70182c /drivers/ugfx/gdisp/st7565/driver.mk | |
parent | 707f4efd99f4dfd7213540f7ee86f0fe8e6ad634 (diff) | |
parent | 65c10790d4f7b89bef849ed3896db4ea30b13a40 (diff) | |
download | qmk_firmware-07bf8522ca23a7665852bb9defff0749c76f5e91.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'drivers/ugfx/gdisp/st7565/driver.mk')
-rw-r--r-- | drivers/ugfx/gdisp/st7565/driver.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ugfx/gdisp/st7565/driver.mk b/drivers/ugfx/gdisp/st7565/driver.mk new file mode 100644 index 000000000..31fc8f1c7 --- /dev/null +++ b/drivers/ugfx/gdisp/st7565/driver.mk @@ -0,0 +1,3 @@ +GFXINC += drivers/ugfx/gdisp/st7565 +GFXSRC += drivers/ugfx/gdisp/st7565/gdisp_lld_ST7565.c +GDISP_DRIVER_LIST += GDISPVMT_ST7565_QMK
\ No newline at end of file |