docs(jpeg): Add basic programming guide for jpeg decoder

This commit is contained in:
Cao Sen Miao
2024-02-28 15:16:57 +08:00
parent 518c7f5b14
commit d11030ade6
16 changed files with 320 additions and 59 deletions

View File

@@ -74,7 +74,7 @@ void app_main(void)
jpeg_decoder_handle_t jpgd_handle;
jpeg_decode_engine_cfg_t decode_eng_cfg = {
.timeout_ms = 40,
};
ESP_ERROR_CHECK(jpeg_new_decoder_engine(&decode_eng_cfg, &jpgd_handle));