Improved testaudiostreamdynamicresample

Tweaked color palette
This commit is contained in:
Brick 2023-08-31 21:13:45 +01:00 committed by Ryan C. Gordon
parent e55844274d
commit 5394a805f4
3 changed files with 322 additions and 63 deletions

View file

@ -38,7 +38,8 @@ extern "C" {
/* Function prototypes */
#define FONT_CHARACTER_SIZE 8
extern int FONT_CHARACTER_SIZE;
#define FONT_LINE_HEIGHT (FONT_CHARACTER_SIZE + 2)
/**