Merge branch 'feature/esp_driver_mcpwm' into 'master'

feat(mcpwm): refactor mcpwm driver into a component

Closes IDF-8379

See merge request espressif/esp-idf!26738
This commit is contained in:
morris
2023-11-13 15:26:56 +08:00
59 changed files with 167 additions and 143 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ typedef union {
Color Conversion
---------------------------------------------------------------*/
/**
* @brief LCD color range
* @brief Color range
* @note The difference between a full range color and a limited range color is
* the amount of shades of black and white that they can display.
*/