Skip to content

Commit

Permalink
[DEV] Update babystep icons and label
Browse files Browse the repository at this point in the history
  • Loading branch information
azsde committed Dec 4, 2020
1 parent 1d37bb7 commit 212c66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TFT/src/User/Menu/BabyStep.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ MENUITEMS babyStepItems = {
LABEL_BABYSTEP,
//icon label
{
{ICON_INC, LABEL_INC},
{ICON_Z_INC, LABEL_Z_INC},
{ICON_BACKGROUND, LABEL_BACKGROUND},
{ICON_BACKGROUND, LABEL_BACKGROUND},
{ICON_DEC, LABEL_DEC},
{ICON_Z_DEC, LABEL_Z_DEC},
{ICON_BACKGROUND, LABEL_BACKGROUND},
{ICON_001_MM, LABEL_001_MM},
{ICON_RESET_VALUE, LABEL_RESET},
Expand Down

0 comments on commit 212c66c

Please sign in to comment.