warning-free compile

This commit is contained in:
Philippe G
2020-08-12 16:10:18 -07:00
parent 089c856df3
commit c01a83b466
19 changed files with 117 additions and 99 deletions

View File

@@ -19,8 +19,8 @@ typedef struct {
int address;
int CS_pin;
int speed;
char *drivername;
char *type;
const char *drivername;
const char *type;
bool hflip;
bool vflip;
bool rotate;