Releases: adafruit/Adafruit_PyCamera
Releases · adafruit/Adafruit_PyCamera
1.0.8 - replace cardSize() with sectorCount()
1.0.7 Changes to CI Job
1.0.6 - add refresh() function
Adding a refresh() function that only calls esp_camera_fb_return(frame) so that the display will update when you are drawing your own bitmap to the framebuffer in user code.
1.0.5 - Generate UF2 files with actions
Update library.properties
1.0.4 - UF2 files
Update library.properties
1.0.3 - Adding Factory Test to examples
UF2 generate files have been added to examples as well
1.0.2 - Doxygen docs and updated example
- Documentation has been generated with Doxygen: https://adafruit.github.io/Adafruit_PyCamera/html/index.html
- An updated /examples folder has been added
1.0.1 - add TFT_BACKLIGHT define
Adding a define for TFT_BACKLIGHT until BSP is updated with pin
1.0.0 - Initial release
Initial release for the PyCamera library