Rev 1789 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1789 | Rev 1809 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | 19 | ||
| 20 | #if act_ks0108_USE_EXTERNAL_EEPROM==1 |
20 | #if act_ks0108_USE_EXTERNAL_EEPROM==1 |
| 21 | #include <drivers/mcu/TWI_Master.h> |
21 | #include <drivers/mcu/TWI_Master.h> |
| 22 | #define MEMORY_ADDR 0xA0 // For first 256 bytes of EEPROM |
22 | #define MEMORY_ADDR 0xA0 // For first 256 bytes of EEPROM |
| 23 | #define MESSAGEBUF_SIZE 131 // Three more than the memory block length |
23 | #define MESSAGEBUF_SIZE 131 // Three more than the memory block length |
| - | 24 | #endif |
|
| - | 25 | ||
| - | 26 | #ifndef GRAPHICS_DRIVER |
|
| - | 27 | #define GRAPHICS_DRIVER KS0108 |
|
| 24 | #endif |
28 | #endif |
| 25 | 29 | ||
| 26 | void act_ks0108_Init(void); |
30 | void act_ks0108_Init(void); |
| 27 | void act_ks0108_Process(void); |
31 | void act_ks0108_Process(void); |
| 28 | void act_ks0108_HandleMessage(StdCan_Msg_t *rxMsg); |
32 | void act_ks0108_HandleMessage(StdCan_Msg_t *rxMsg); |