brightness

This commit is contained in:
philippe44
2020-01-18 01:05:59 -08:00
parent 452e38a04b
commit 10ea98f061
6 changed files with 28 additions and 4 deletions

View File

@@ -106,6 +106,8 @@ static bool display_handler(u8_t *data, int len){
handle->vfdc_handler(data, len);
} else if (!strncmp((char*) data, "grfe", 4)) {
handle->grfe_handler(data, len);
} else if (!strncmp((char*) data, "grfb", 4)) {
handle->grfb_handler(data, len);
} else {
res = false;
}