Merge branch 'master' into newmouse
This commit is contained in:
commit
ccf2323335
@ -1,2 +0,0 @@
|
|||||||
GFXINC += $(GFXLIB)/drivers/gdisp/LGD4532
|
|
||||||
GFXSRC += $(GFXLIB)/drivers/gdisp/LGD4532/gdisp_lld_LGD4532.c
|
|
2
drivers/gdisp/LGDP4532/driver.mk
Normal file
2
drivers/gdisp/LGDP4532/driver.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
GFXINC += $(GFXLIB)/drivers/gdisp/LGDP4532
|
||||||
|
GFXSRC += $(GFXLIB)/drivers/gdisp/LGDP4532/gdisp_lld_LGDP4532.c
|
@ -19,11 +19,11 @@
|
|||||||
#undef GDISP_SCREEN_WIDTH
|
#undef GDISP_SCREEN_WIDTH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GDISP_DRIVER_VMT GDISPVMT_LGD4532
|
#define GDISP_DRIVER_VMT GDISPVMT_LGDP4532
|
||||||
#include "gdisp_lld_config.h"
|
#include "gdisp_lld_config.h"
|
||||||
#include "src/gdisp/driver.h"
|
#include "src/gdisp/driver.h"
|
||||||
|
|
||||||
#include "board_LGD4532.h"
|
#include "board_LGDP4532.h"
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local definitions. */
|
/* Driver local definitions. */
|
Loading…
Reference in New Issue
Block a user