26#ifndef __DC_MINIFONT_H
27#define __DC_MINIFONT_H
static float r
Definition bubbles.c:95
Various common macros used throughout the codebase.
int minifont_draw(uint16_t *buffer, uint32_t bufwidth, uint32_t c)
Draw a single character to a buffer.
void minifont_set_color(uint8_t r, uint8_t g, uint8_t b)
Set the color for the mini font.
int minifont_draw_str(uint16_t *b, uint32_t bufwidth, const char *str)
Draw a full string to any sort of buffer.
static char buffer[256]
Definition porthelper.c:11