FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/r2d/r2d_fonts.c @ 45:c905daaff834
implemented 96x64 BW framebuffer config, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 21:30:59 +0000 |
parents | 4e78acac3d88 |
children |
comparison
equal
deleted
inserted
replaced
44:1821e301a65b | 45:c905daaff834 |
---|---|
174 | 174 |
175 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) | 175 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) |
176 #include "lcds/BW_D_Sample/r2d_font_init_i.c" | 176 #include "lcds/BW_D_Sample/r2d_font_init_i.c" |
177 #endif | 177 #endif |
178 | 178 |
179 #if (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW) | |
180 #include "lcds/BW_D_Sample/r2d_font_init_i.c" | |
181 #endif |