ATtiny85 Template Code
Code snippets for the ATtiny85
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
smallfont.c File Reference
#include <stdint.h>
#include <avr/pgmspace.h>
#include "smallfont.h"
Include dependency graph for smallfont.c:

Go to the source code of this file.

Variables

const uint8_t SMALL_FONT[] PROGMEM
 

Variable Documentation

const uint8_t SMALL_FONT [] PROGMEM

A 5x7 pixel character font

This font gives a character display of 14 columns by 5 rows on the 84 x 48 Nokia LCD and 21 columns by 8 rows on the 128 x 64 pixel OLED display which is enough for most purposes and allows for a simple software interface. It includes glyphs for the standard printable ASCII characters from 0x20 to 0x7F inclusive.

Definition at line 20 of file smallfont.c.