24LC256 bitmap storage for 33310 lcd | Solved.
hey there seen video few years pulling bitmap 24lc256 eeprom 3310 lcd ,& im trying todo same, have 24lc256 hooked , can write bytes , pages "i alittle new this" when try put image on eeprom im not sure how go it. tryed putting 16 bytes of image , try reading
but complanes converting byte char* :s
i not great c codeing great
thanks reading
code: [select]
"byte b = i2c_eeprom_read_byte(eeprom1, addr);
while (b!=0) {
lcd.drawbitmap(b, 84, 38);
addr++; //increase address
b = i2c_eeprom_read_byte(eeprom1, addr);
}
but complanes converting byte char* :s
i not great c codeing great
thanks reading
i don't see in code looks if might move eeprom.
i'm not familiar device, i'd inclined rummage around name i2c_eeprom_write_byte()...
i'm not familiar device, i'd inclined rummage around name i2c_eeprom_write_byte()...
Arduino Forum > Using Arduino > Programming Questions > 24LC256 bitmap storage for 33310 lcd | Solved.
arduino
Comments
Post a Comment