"PrintScreen" and "DrawBMP" for ILI9341_t3 displays

KrisKasprzak

Well-known member
All,

If you have ever wanted to capture a screen of a display and save it to and SD car, this free library will let you add useful functions like print screen and draw BMP to your Teensy projects. It requires a Teensy MCU and a display that uses the powerful ILI9341_t3 driver. Implementation is simple, include the library, and make one call to save a screen shot to and SD card, and one call to recall the image and display on the screen. Created images are 24-bit.

Link to code: https://github.com/KrisKasprzak/ILI9341_t3_PrintScreen

YouTube video of implementation
https://www.youtube.com/watch?v=ckWIfMvug64


Enjoy!
 
Back
Top