Hi
I am using GUI builder tool of emwin V5.48 free tool only.
But I can't able to change button color using this tool.
But this tool created a library in which I can able to see the
library function for my need as i mentioned below.
BUTTON_SetBkColor(hItem_color_new_try,0,0x00FF00); //to set background color as green
BUTTON_SetFrameColor(hItem_color_new_try,0x00FF00); //to set frame color as green
BUTTON_SetFocusColor(hItem_color_new_try,0x00FF00); //to set focus color as green
BUTTON_SetFont(hItem_color_new_try, GUI_FONT_32B_ASCII); //to set font size as 32B ASCII
BUTTON_SetText(hItem_color_new_try, "check 3"); //to set text
BUTTON_SetTextColor(hItem_color_new_try,0,0x00); //to set text color as green
But the button color is not changed
Please help me i solving this
Thanks
R Sridhar
I am using GUI builder tool of emwin V5.48 free tool only.
But I can't able to change button color using this tool.
But this tool created a library in which I can able to see the
library function for my need as i mentioned below.
BUTTON_SetBkColor(hItem_color_new_try,0,0x00FF00); //to set background color as green
BUTTON_SetFrameColor(hItem_color_new_try,0x00FF00); //to set frame color as green
BUTTON_SetFocusColor(hItem_color_new_try,0x00FF00); //to set focus color as green
BUTTON_SetFont(hItem_color_new_try, GUI_FONT_32B_ASCII); //to set font size as 32B ASCII
BUTTON_SetText(hItem_color_new_try, "check 3"); //to set text
BUTTON_SetTextColor(hItem_color_new_try,0,0x00); //to set text color as green
But the button color is not changed
Please help me i solving this
Thanks
R Sridhar