cursor_bitmap 34 bsp/drv/arm/gba/kbd_img.h const unsigned char cursor_bitmap[] = { cursor_bitmap 454 bsp/drv/arm/gba/swkbd.c val = cursor_bitmap[i] & bit ? 0xff : 0; cursor_bitmap 456 bsp/drv/arm/gba/swkbd.c val |= cursor_bitmap[i] & bit ? 0xff00 : 0;