跳转至

Graphics Resources

Resource management and configuration for graphics subsystem. More...

Files

Name
lib/graphic/resource/config.h
Graphics resource configuration and feature toggles.

Defines

Name
ENABLE_ASCII_6x8_SOURCES
Enable/disable 6x8 pixel ASCII font resource.
ENABLE_ASCII_8x16_SOURCES
Enable/disable 8x16 pixel ASCII font resource.

Detailed Description

Resource management and configuration for graphics subsystem.

This module manages the configuration of graphics resources including character fonts, textures, and other rendering assets. It provides compile-time feature selection and resource management.

Macros Documentation

define ENABLE_ASCII_6x8_SOURCES

#define ENABLE_ASCII_6x8_SOURCES 1

Enable/disable 6x8 pixel ASCII font resource.

Controls compilation of the 6x8 pixel ASCII font. This compact font is useful for dense text or small screens.

Default: 1 (enabled) Can be disabled by defining DISABLE_ASCII_6X8_SOURCES.

define ENABLE_ASCII_8x16_SOURCES

#define ENABLE_ASCII_8x16_SOURCES 1

Enable/disable 8x16 pixel ASCII font resource.

Controls compilation of the 8x16 pixel ASCII font. This standard font provides good readability for most applications.

Default: 1 (enabled) Can be disabled by defining DISABLE_ASCII_8X16_SOURCES.


Updated on 2026-02-03 at 13:21:55 +0000