ST7789V3 1.47 Inch LCD Driver
Public API reference for the ST7789V3 display driver
Loading...
Searching...
No Matches
font_64x64.c File Reference

Bitmap glyph data for the built-in Font_64x64 font. More...

#include "fonts.h"
Include dependency graph for font_64x64.c:

Variables

const uint8_t Font_64x64_data []
 
const FontDef Font_64x64
 

Detailed Description

Bitmap glyph data for the built-in Font_64x64 font.

Variable Documentation

◆ Font_64x64

const FontDef Font_64x64
Initial value:
= {
.data = Font_64x64_data,
.width = 64,
.height = 64,
.bytes_per_row = 8
}

64x64 pixel font.