I2CCmd() from Program Memory?
I2CCmd() from Program Memory?
I'm currently copying a character bitmap from Program Memory to a RAM var, then sending it via I2CCmd(). Can I2CCmd() (or I2CPutByte) directly address the bitmap in Program Memory?
Tom
Re: I2CCmd() from Program Memory?
Neither can. However, you could read the data bytes from Program Memory and send them individually using I2CPutByte() together with other low-level I2C calls to form a complete I2C transaction.GTBecker wrote:Can I2CCmd() (or I2CPutByte) directly address the bitmap in Program Memory?
- Don Kinzer