FreeCalypso > hg > tcs211-c139
comparison chipsetsw/drivers/drv_app/r2d/r2d_asm_lcds.s @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |