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

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_tglcd_bbox_selected
 Pointer to bounding box currently in use. More...
 
uint8_t * glcd_buffer_selected
 Pointer to screen buffer currently in use. More...
 

Detailed Description

Functions relating to using text fonts of all sizes.

Author
Andy Gock

Definition in file text.c.

Variable Documentation