|
GLCD Library
A C Library for Embedded Applications
|
Functions relating to using text fonts of all sizes. More...
#include "glcd.h"Go to the source code of this file.
Functions | |
| uint8_t | glcd_draw_char_xy (uint8_t x, uint8_t y, char c) |
| Draw a char at specified location. More... | |
| void | glcd_draw_string_xy (uint8_t x, uint8_t y, char *c) |
| Draw a string at specified location. More... | |
| void | glcd_draw_string_xy_P (uint8_t x, uint8_t y, const char *str) |
| Draw a string from program memory at specified location. More... | |
| void | glcd_set_font (const char *font_table, uint8_t width, uint8_t height, char start_char, char end_char) |
| Set GLCD font to predefined font table. More... | |
Variables | |
| glcd_FontConfig_t | font_current |
| glcd_BoundingBox_t * | glcd_bbox_selected |
| Pointer to bounding box currently in use. More... | |
| uint8_t * | glcd_buffer_selected |
| Pointer to screen buffer currently in use. More... | |
Functions relating to using text fonts of all sizes.
Definition in file text.c.
| glcd_FontConfig_t font_current |
Definition at line 40 of file text.c.
Referenced by glcd_test_text_up_down(), glcd_tiny_draw_char(), glcd_tiny_draw_char_xy(), glcd_tiny_draw_string(), glcd_tiny_draw_string_P(), and glcd_tiny_set_font().