Fix some LVGL warnings
This commit is contained in:
parent
a847f37d43
commit
0a86291e66
2 changed files with 1 additions and 2 deletions
|
@ -400,7 +400,6 @@ void gcode_preview(char *path, int xpos_pixel, int ypos_pixel) {
|
||||||
volatile uint16_t *p_index;
|
volatile uint16_t *p_index;
|
||||||
//int res;
|
//int res;
|
||||||
char *cur_name;
|
char *cur_name;
|
||||||
uint16_t Color;
|
|
||||||
|
|
||||||
cur_name = strrchr(path, '/');
|
cur_name = strrchr(path, '/');
|
||||||
card.openFileRead(cur_name);
|
card.openFileRead(cur_name);
|
||||||
|
|
|
@ -590,7 +590,7 @@ unsigned int getTickDiff(unsigned int curTick, unsigned int lastTick) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_XPT2046
|
#if USE_XPT2046
|
||||||
#ifndef XPT2046_HOR_RES 480
|
#ifndef XPT2046_HOR_RES
|
||||||
#define XPT2046_HOR_RES 480
|
#define XPT2046_HOR_RES 480
|
||||||
#endif
|
#endif
|
||||||
#ifndef XPT2046_VER_RES
|
#ifndef XPT2046_VER_RES
|
||||||
|
|
Reference in a new issue