Image2lcd Register Code __top__ Page
LCD_WR_REG(0xCF); LCD_WR_DATA(0x00); LCD_WR_DATA(0xC1); LCD_WR_DATA(0X30);
: A robust open-source desktop alternative that supports more complex color depths and custom templates. image2LCD dwonlaod software icon bmp Arduino image2lcd register code
const unsigned char gImage_bootlogo[1032] = /* 128*64/8 = 1024 bytes + 8 bytes init */ 0x00,0xAE, // Display OFF 0x00,0xD5,0x40,0x80, // Set clock divide ratio 0x00,0xA8,0x40,0x3F, // Set multiplex ratio 0x00,0xD3,0x40,0x00, // Set display offset 0x00,0x40,0x40,0x00, // Set start line 0x00,0x8D,0x40,0x14, // Charge pump ON 0x00,0xAF, // Display ON 0x40,0x00,0x80,0x3C, // Page 0, Column 0, pixel data... // (continued pixel data) ; // Display OFF 0x00