GLCD Library
A C Library for Embedded Applications
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
glcd_graphs.h File Reference

GLCD Library - Graph drawing functions. More...

Go to the source code of this file.

Functions

void glcd_bar_graph_horizontal (uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t val)
 Draw horizontal bar graph with 1 px wide border. More...
 
void glcd_bar_graph_horizontal_no_border (uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t val)
 Draw horizontal bar graph with no border. More...
 
void glcd_bar_graph_vertical (uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t val)
 Draw vertical bar graph with 1px wide border. More...
 
void glcd_bar_graph_vertical_no_border (uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t val)
 Draw vertical bar graph with no border. More...
 
void glcd_scrolling_bar_graph (uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t val)
 

Detailed Description

GLCD Library - Graph drawing functions.

Author
Andy Gock

Definition in file glcd_graphs.h.