image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
EVE_Gpu_Fonts Struct Reference

#include <EVE_GpuTypes.h>

Data Fields

uint8_t FontWidth [EVE_GPU_NUMCHAR_PERFONT]
 
uint32_t FontBitmapFormat
 
uint32_t FontLineStride
 
uint32_t FontWidthInPixels
 
uint32_t FontHeightInPixels
 
uint32_t PointerToFontGraphicsData
 

Detailed Description

FT81x and FT80x font table structure
Font table address in ROM can be found by reading the address from 0xFFFFC location.
16 font tables are present at the address read from location 0xFFFFC
All the values are in bytes

Definition at line 147 of file EVE_GpuTypes.h.

Field Documentation

◆ FontBitmapFormat

uint32_t EVE_Gpu_Fonts::FontBitmapFormat

Bitmap format of font wrt bitmap formats supported by FT800 - L1, L4, L8

Definition at line 153 of file EVE_GpuTypes.h.

◆ FontHeightInPixels

uint32_t EVE_Gpu_Fonts::FontHeightInPixels

Font height in pixels

Definition at line 159 of file EVE_GpuTypes.h.

◆ FontLineStride

uint32_t EVE_Gpu_Fonts::FontLineStride

Font line stride in FT800 ROM

Definition at line 155 of file EVE_GpuTypes.h.

◆ FontWidth

uint8_t EVE_Gpu_Fonts::FontWidth[EVE_GPU_NUMCHAR_PERFONT]

Width of each character font from 0 to 127

Definition at line 151 of file EVE_GpuTypes.h.

◆ FontWidthInPixels

uint32_t EVE_Gpu_Fonts::FontWidthInPixels

Font width in pixels

Definition at line 157 of file EVE_GpuTypes.h.

◆ PointerToFontGraphicsData

uint32_t EVE_Gpu_Fonts::PointerToFontGraphicsData

Pointer to font graphics raw data

Definition at line 161 of file EVE_GpuTypes.h.


The documentation for this struct was generated from the following file: