change(esp_lcd): rearrange the esp_lcd folder by types

This commit is contained in:
morris
2024-01-11 18:25:08 +08:00
parent 0717e0e4a3
commit ad84b61e49
18 changed files with 26 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ esp_lcd_new_panel_st7789(const esp_lcd_panel_io_handle_t io, const esp_lcd_panel
st7789->madctl_val |= LCD_CMD_BGR_BIT;
break;
default:
ESP_GOTO_ON_FALSE(false, ESP_ERR_NOT_SUPPORTED, err, TAG, "unsupported color space");
ESP_GOTO_ON_FALSE(false, ESP_ERR_NOT_SUPPORTED, err, TAG, "unsupported RGB element order");
break;
}