DMCP interface  03.15_020

Macros

#define LCD_INVERT_XAXIS
 LCD configuration - first line pixel is at right.
 
#define LCD_INVERT_DATA
 LCD configuration - value 0 corresponds to black pixel.
 
#define BLT_OR   0
 Bitblt operation: dst = src or value.
 
#define BLT_ANDN   1
 Bitblt operation: dst = src and (not value)
 
#define BLT_XOR   2
 Bitblt operation: dst = src xor value.
 
#define BLT_NONE   0
 Bitblt fill mode.
 
#define BLT_SET   1
 Bitblt fill mode.
 
#define LCD_EMPTY_VALUE   0xFF
 Empty pixel(s) value.
 
#define LCD_SET_VALUE   0
 Black pixel(s) value.
 
#define LCD_X   400
 Number of pixels on LCD line.
 
#define LCD_Y   240
 Number of LCD lines.
 
#define LCD_LINE_SIZE   50
 LCD line size in bytes. See LCD_write_line() for details.
 
#define LCD_LINE_BUF_SIZE   (LCD_LINE_SIZE+4)
 

Detailed Description

Macro Definition Documentation

◆ LCD_LINE_BUF_SIZE

#define LCD_LINE_BUF_SIZE   (LCD_LINE_SIZE+4)

Buffer line size (for write)