Skip to content

Commit

Permalink
Update blackjack_conuter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnoymeme authored Dec 7, 2023
1 parent d0d0185 commit e81d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blackjack_conuter.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ static void app_draw_callback(Canvas* canvas, void* ctx) {
snprintf(count_str, 5, "%d", count);
canvas_draw_str(canvas, 44, 24, count_str);

canvas_draw_str(canvas, 0, 54, "Cards # 2-7= +1, 8 & 9= 0, and 10-Ace= -1");
canvas_draw_str(canvas, 0, 54, "Cards # 2 to 7= +1 (Up), 8 & 9= 0 (Ok), and 10 to Ace= -1 (Down)");

canvas_draw_str(canvas, 0, 60, "Vibrates the running count in pulses when count is hot");
canvas_draw_str(canvas, 0, 60, "Vibrates the running count when count is hot");
}


Expand Down

0 comments on commit e81d300

Please sign in to comment.