cc_button_select.h: re-implement our color changes; ...

don't highlight frame of selected buttons


Origin commit data
------------------
Commit: bbdac94b32
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
- cc_button_select.h: re-implement our color changes; ...

don't highlight frame of selected buttons
This commit is contained in:
vanhofen
2017-06-15 11:01:45 +02:00
parent a4aa97f4c5
commit 922aa2b4e7

View File

@@ -68,8 +68,8 @@ class CCButtonSelect
* @li optional: expects type int, default = 1
*/
void setSelectedButton(size_t item_id,
const fb_pixel_t& fr_col = COL_MENUCONTENTSELECTED_PLUS_2,
const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& fr_col = COL_FRAME_PLUS_0,
const fb_pixel_t& sel_fr_col = COL_FRAME_PLUS_0,
const fb_pixel_t& bg_col = COL_MENUCONTENT_PLUS_0,
const fb_pixel_t& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,