Searched refs:LV_GRADIENT_MAX_STOPS (Results 1 – 8 of 8) sorted by relevance
23 #if LV_GRADIENT_MAX_STOPS < 224 #error LVGL needs at least 2 stops for gradients. Please increase the LV_GRADIENT_MAX_STOPS
158 #define LV_GRADIENT_MAX_STOPS 2 macro
151 #define LV_GRADIENT_MAX_STOPS 2
178 config LV_GRADIENT_MAX_STOPS config
361 #ifndef LV_GRADIENT_MAX_STOPS363 #define LV_GRADIENT_MAX_STOPS CONFIG_LV_GRADIENT_MAX_STOPS macro365 #define LV_GRADIENT_MAX_STOPS 2 macro
156 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS]; /**< A gradient stop array */
44 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS];51 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS];
281 - fix(style): remove the reduntant define of LV_GRADIENT_MAX_STOPS [`903e94b`](https://github.com/l…