GLCD Library
A C Library for Embedded Applications
|
Functions relating to using tiny 5x7 text fonts. More...
#include "glcd.h"
Go to the source code of this file.
Functions | |
void | glcd_tiny_draw_char (uint8_t x, uint8_t line, char c) |
Write character to LCD in tiny 5x7 font. More... | |
void | glcd_tiny_draw_char_xy (uint8_t x, uint8_t y, char c) |
Write character to LCD in tiny 5x7 font to specified X, Y location. More... | |
void | glcd_tiny_draw_string (uint8_t x, uint8_t line, char *str) |
Write string to display buffer in tiny 5x7 font. More... | |
void | glcd_tiny_draw_string_ammend (char *str) |
Write string to bottom row of display. More... | |
void | glcd_tiny_draw_string_ammend_P (const char *str) |
Write string from flash memory to bottom row of display. More... | |
void | glcd_tiny_draw_string_P (uint8_t x, uint8_t line, const char *str) |
Write flash string to display buffer in tiny 5x7 font. More... | |
void | glcd_tiny_invert_line (uint8_t line) |
Invert all contents of line number. More... | |
void | glcd_tiny_set_font (const char *font_table, uint8_t width, uint8_t height, char start_char, char end_char) |
Set font to be used from now on. More... | |
Functions relating to using tiny 5x7 text fonts.
Definition in file text_tiny.c.