Skip to content

Releases: SimpleMethod/STM32-OV2640

Libjpeg library support

19 Apr 17:22
e63a962
Compare
Choose a tag to compare

🚀 Features

JPEG file decoding

JPEG file Encoding

JPEG Image Compression using scale from 0 to 100 percentage

Converting RGB color palete to grayscale

Code rework: Pics Or It Didn’t Happen

21 Feb 10:47
8f8595f
Compare
Choose a tag to compare

🚀 Improvements

Data buffer returns only JPEG file.

🐛 Bug Fixes

Problem with DCMI hardware crashing has been resolved. From now on, all resolutions should work without any problems.

Code rework: Better, Faster, Stronger

20 Feb 15:53
58b70df
Compare
Choose a tag to compare

🚀 Improvements

Support for new resolutions such as:

  • 160X120
  • 320X240
  • 640X480
  • 800x600
  • 1024x768
  • 1280x960
    Added support for extra special effects such as: brightness, saturation, contrast, light mode, and special effect such as: antique, bluish, greenish, reddish, black & white style, negative, Negative with black & white style and normal view.

Code optimization, now requires 10 times less space in buffer than before!

🐛 Bug Fixes

Improved code debugging, corrected DMA settings for DCMI.

📚 Documentation

Added code documentation.