wwatson4506 / Ra8876LiteTeensy

Teensy RA8876 Driver
14 stars 7 forks source link

Drawing bitmap #3

Closed momosh13 closed 3 years ago

momosh13 commented 4 years ago

Hello, I'm having problem to draw bitmap using putPicture_16bppData8 function. Can you please provide example sketch?

Thanks.

wwatson4506 commented 4 years ago

I will check. If I remember right the picture has to be converted to a raw binary data file or a C data array and you need the X and Y dimensions. One of the putPicture functions was not working for me either.