See Bar Graph Examples
Go to the source code of this file.
|
void | clear_bar (uint8_t led) |
| Clears an individual bar on a bar graph block.
|
|
void | set_bar (uint8_t led) |
| Sets an individual bar on a bar graph block.
|
|
void | set_bar_graph (uint8_t bv) |
| Display a block value on the bar graph.
|
|
◆ clear_bar()
void clear_bar |
( |
uint8_t | led | ) |
|
Opposite of set_bar().
- Parameters
-
led | : Which bar to clear, starting at 0 and going up to 9. |
◆ set_bar()
void set_bar |
( |
uint8_t | led | ) |
|
◆ set_bar_graph()
void set_bar_graph |
( |
uint8_t | bv | ) |
|
- Parameters
-
bv | The value to display on the bar graph. |