mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: corner
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2a7d5ceaa4
commit
837f87c424
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
#include "health_progress.h"
|
#include "health_progress.h"
|
||||||
|
|
||||||
//! 5 main segments + 2 real corners + 2 endcaps implemented as corners (for bw)
|
//! 5 main segments + 2 real corners + 2 endcaps implemented as corners (for bw)
|
||||||
//! Each of the 5 non-corener segments get 20% of the total
|
//! Each of the 5 non-corner segments get 20% of the total
|
||||||
#define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 20 / 100)
|
#define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 20 / 100)
|
||||||
|
|
||||||
// Found through trial and error
|
// Found through trial and error
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include "health_progress.h"
|
#include "health_progress.h"
|
||||||
|
|
||||||
//! 4 main segments + 4 real corners
|
//! 4 main segments + 4 real corners
|
||||||
//! Each of the 4 non-corener segments get 25% of the total
|
//! Each of the 4 non-corner segments get 25% of the total
|
||||||
#define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 25 / 100)
|
#define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 25 / 100)
|
||||||
|
|
||||||
// The shape is the same, but the offsets are different
|
// The shape is the same, but the offsets are different
|
||||||
|
|
Loading…
Add table
Reference in a new issue