expose LV_COLOR_DEPTH and LV_COLOR_16_SWAP in micropython (#2679)

This commit is contained in:
eudoxos
2021-10-18 13:39:04 +02:00
committed by GitHub
parent 608d06e47a
commit 58ea2787b4

View File

@@ -35,6 +35,8 @@ extern "C" {
/*********************
* DEFINES
*********************/
LV_EXPORT_CONST_INT(LV_COLOR_DEPTH);
LV_EXPORT_CONST_INT(LV_COLOR_16_SWAP);
/**
* Opacity percentages.