A couple of include paths need fixing
This commit is contained in:
parent
14fa749f36
commit
c3dcfc5764
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
/* Driver local functions. */
|
/* Driver local functions. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
#include "../drivers/gdisp/HX8347D/HX8347D.h"
|
#include "drivers/gdisp/HX8347D/HX8347D.h"
|
||||||
|
|
||||||
#define write_reg(g, reg, data) { write_index(g, reg); write_data(g, data); }
|
#define write_reg(g, reg, data) { write_index(g, reg); write_data(g, data); }
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
#define GDISP_INITIAL_BACKLIGHT 100
|
#define GDISP_INITIAL_BACKLIGHT 100
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../drivers/gdisp/ILI9341/ILI9341.h"
|
#include "drivers/gdisp/ILI9341/ILI9341.h"
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local functions. */
|
/* Driver local functions. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue