I’m trying to change the color of the text in the style button routine and am not successful.
Here is line of code I’ve change text color to black but it doesn’t change the color on the screen:
lv_style_set_text_color(&style_button, lv_color_hex(0x33000));
2 Answers
I’m trying to change the color of the text in the style button routine and am not successful.
Here is line of code I’ve change text color to black but it doesn’t change the color on the screen:
lv_style_set_text_color(&style_button, lv_color_hex(0x33000));
Any help?