FreeCalypso > hg > tcs211-c139
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chipsetsw/drivers/drv_app/r2d/r2d_asm_lcds.s Mon Jun 01 03:24:05 2015 +0000 @@ -0,0 +1,19 @@ + + .if (R2D_ASM = 1) + + .include "r2d_asm_configs.inc" + + .if (R2D_EMBEDDED_LCD = R2D_BOARD_COLOR_LCD) + .include "LCDs/ColorBoard/r2d_board_color_lcd_ia.s" + .endif + + .if (R2D_EMBEDDED_LCD = R2D_BOARD_DSAMPLE_LCD) + .include "LCDs/D_Sample/r2d_board_dsample_ia.s" + .endif + + .if (R2D_EMBEDDED_LCD = R2D_BOARD_BW_DSAMPLE_LCD) + .include "LCDs/BW_D_Sample/r2d_board_bw_dsample_ia.s" + .endif + + .endif + .end \ No newline at end of file