Showing content from http://technical.swissmicros.com/dmcp/doc/DMCP-ifc-html/group__lcd__gr__defs.html below:
DMCP interface: Graphics defines
#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) ◆ LCD_LINE_BUF_SIZE
Buffer line size (for write)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4