Increase the JPEG quality threshold for H7.

This commit is contained in:
iabdalkader 2018-03-30 14:42:59 +02:00
parent fcdeb09283
commit fac6f19b75

View File

@ -39,7 +39,7 @@
// If buffer size is bigger than this threshold, the quality is reduced.
// This is only used for JPEG images sent to the IDE not normal compression.
#define JPEG_QUALITY_THRESH (160*120*2)
#define JPEG_QUALITY_THRESH (320*240*2)
// Linker script constants (see the linker script template stm32fxxx.ld.S).
// Note: fb_alloc is a stack-based, dynamically allocated memory on FB.