Go to the source code of this file.
Defines | |
#define | HEADER_PIXEL(data, pixel) |
Variables | |
static unsigned int | wilberspa_width = 77 |
static unsigned int | wilberspa_height = 61 |
static char * | wilberspa_data |
|
Value: {\ pixel[0] = (((data[0] - 33) << 2) | ((data[1] - 33) >> 4)); \ pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \ pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \ data += 4; \ } Definition at line 8 of file wilber-spa.h. |
|
Definition at line 14 of file wilber-spa.h. |
|
Definition at line 4 of file wilber-spa.h. |
|
Definition at line 3 of file wilber-spa.h. |