FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/r2d/r2d_asm_lcds.s @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
1 | |
2 .if (R2D_ASM = 1) | |
3 | |
4 .include "r2d_asm_configs.inc" | |
5 | |
6 .if (R2D_EMBEDDED_LCD = R2D_BOARD_COLOR_LCD) | |
7 .include "LCDs/ColorBoard/r2d_board_color_lcd_ia.s" | |
8 .endif | |
9 | |
10 .if (R2D_EMBEDDED_LCD = R2D_BOARD_DSAMPLE_LCD) | |
11 .include "LCDs/D_Sample/r2d_board_dsample_ia.s" | |
12 .endif | |
13 | |
14 .if (R2D_EMBEDDED_LCD = R2D_BOARD_BW_DSAMPLE_LCD) | |
15 .include "LCDs/BW_D_Sample/r2d_board_bw_dsample_ia.s" | |
16 .endif | |
17 | |
18 .endif | |
19 .end |