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

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

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

Variables

const uint8_t Font_16x24_data []
 
const FontDef Font_16x24
 

Detailed Description

Bitmap glyph data for the built-in Font_16x24 font.

Variable Documentation

◆ Font_16x24

const FontDef Font_16x24
Initial value:
= {
.data = Font_16x24_data,
.width = 16,
.height = 24,
.bytes_per_row = 2
}

16x24 pixel font.