OFFSET_BITMAP is only used within Adafruit_Shield.
 
Symbols
loading...
Files
loading...

OFFSET_BITMAP macro

Syntax

#define OFFSET_BITMAP 54

References

LocationText
stm32_adafruit_lcd.c:92
#define OFFSET_BITMAP 54
stm32_adafruit_lcd.c:114
static uint8_t bitmap[MAX_HEIGHT_FONT*MAX_WIDTH_FONT*2+OFFSET_BITMAP] = {0};
stm32_adafruit_lcd.c:889
*(uint16_t *) (bitmap + 2) = (uint16_t)(height*width*2+OFFSET_BITMAP);
stm32_adafruit_lcd.c:890
*(uint16_t *) (bitmap + 4) = (uint16_t)((height*width*2+OFFSET_BITMAP)>>16);
stm32_adafruit_lcd.c:891
*(uint16_t *) (bitmap + 10) = OFFSET_BITMAP;
stm32_adafruit_lcd.c:922
index = (((height-counterh-1)*width)+(counterw))*2+OFFSET_BITMAP;