mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-04 06:23:11 +08:00
Merge pull request #1520 from rene-dev/master
fixed RGB palette name in config template
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/* Color depth:
|
/* Color depth:
|
||||||
* - 1: 1 byte per pixel
|
* - 1: 1 byte per pixel
|
||||||
* - 8: RGB233
|
* - 8: RGB332
|
||||||
* - 16: RGB565
|
* - 16: RGB565
|
||||||
* - 32: ARGB8888
|
* - 32: ARGB8888
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
/* Color depth:
|
/* Color depth:
|
||||||
* - 1: 1 byte per pixel
|
* - 1: 1 byte per pixel
|
||||||
* - 8: RGB233
|
* - 8: RGB332
|
||||||
* - 16: RGB565
|
* - 16: RGB565
|
||||||
* - 32: ARGB8888
|
* - 32: ARGB8888
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user