Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1126 | savelij | 1 | ifndef __stm8l152x4inc ; avoid multiple inclusion |
| 2 | __stm8l152x4inc equ 1 |
||
| 3 | |||
| 4 | save |
||
| 5 | listing off ; no listing over this file |
||
| 6 | |||
| 7 | ;**************************************************************************** |
||
| 8 | ;* * |
||
| 9 | ;* AS 1.42 - File REG152X4.INC * |
||
| 10 | ;* * |
||
| 11 | ;* contains SFR and Bit Definitions for STM8L152X{4|6} * |
||
| 12 | ;* source: DocID15962 Rev 15 * |
||
| 13 | ;* * |
||
| 14 | ;**************************************************************************** |
||
| 15 | |||
| 16 | ;---------------------------------------------------------------------------- |
||
| 17 | ; just add LCD resources to STM8L151X{4|6} |
||
| 18 | |||
| 19 | include "reg151x4.inc" |
||
| 20 | |||
| 21 | LCD_vect label $8048 ; LCD interrupt |
||
| 22 | |||
| 23 | ;---------------------------------------------------------------------------- |
||
| 24 | ; LCD Controller |
||
| 25 | |||
| 26 | include "lcd.inc" |
||
| 27 | __deflcd $5400,28,14,0 |
||
| 28 | |||
| 29 | restore ; allow again |
||
| 30 | |||
| 31 | endif ; __stm8l152x4inc |