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

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

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

Variables

const uint8_t Font_24x32_data []
 
const FontDef Font_24x32
 

Detailed Description

Bitmap glyph data for the built-in Font_24x32 font.

Variable Documentation

◆ Font_24x32

const FontDef Font_24x32
Initial value:
= {
.data = Font_24x32_data,
.width = 24,
.height = 32,
.bytes_per_row = 3
}

24x32 pixel font.