diff options
Diffstat (limited to 'drivers/gdisp/S6D1121')
-rw-r--r-- | drivers/gdisp/S6D1121/gdisp_lld.mk | 2 | ||||
-rw-r--r-- | drivers/gdisp/S6D1121/gdisp_lld_S6D1121.c (renamed from drivers/gdisp/S6D1121/gdisp_lld.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/S6D1121/gdisp_lld.mk b/drivers/gdisp/S6D1121/gdisp_lld.mk index f5f067b7..583feb41 100644 --- a/drivers/gdisp/S6D1121/gdisp_lld.mk +++ b/drivers/gdisp/S6D1121/gdisp_lld.mk @@ -1,2 +1,2 @@ GFXINC += $(GFXLIB)/drivers/gdisp/S6D1121 -GFXSRC += $(GFXLIB)/drivers/gdisp/S6D1121/gdisp_lld.c +GFXSRC += $(GFXLIB)/drivers/gdisp/S6D1121/gdisp_lld_S6D1121.c diff --git a/drivers/gdisp/S6D1121/gdisp_lld.c b/drivers/gdisp/S6D1121/gdisp_lld_S6D1121.c index df9f01a7..cbaa7199 100644 --- a/drivers/gdisp/S6D1121/gdisp_lld.c +++ b/drivers/gdisp/S6D1121/gdisp_lld_S6D1121.c @@ -15,7 +15,7 @@ #include "gfx.h" -#if GFX_USE_GDISP /*|| defined(__DOXYGEN__)*/ +#if GFX_USE_GDISP #if defined(GDISP_SCREEN_HEIGHT) #warning "GDISP: This low level driver does not support setting a screen size. It is being ignored." |