If your issue is a general question, starts similar to "How do I..", or is related to 3rd party development kits/libs, please discuss this on our community forum at esp32.com instead.
INSTRUCTIONS
Before submitting a new issue, please follow the checklist and try to find the answer.
[ ] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
[ ] I have searched the issue tracker for a similar issue and not found a similar issue.
If the issue cannot be solved after the steps before, please follow these instructions so we can get the needed information to help you in a quick and effective fashion.
Fill in all the fields under Environment marked with [ ] by picking the correct option for you in each case and deleting the others.
Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
Module or chip used: [ESP32-S3-WROOM]
IDF version (V5.0.0t):
// v3.2-dev-1148-g96cd3b75c
Build System: [CMake]
Compiler version (run xtensa-esp32-elf-gcc --version to find it):
// 1.22.0-80-g6c4433a
Operating System: [|Linux|]
Power Supply: [USB]
Problem Description
Live streaming is work properly but resolution is not properly
How to set the live streaming resolution in lovyangfx library function tft.pushImage()
//Detailed problem description goes here.
Expected Behavior
How to set the resolution in lovyanGFX library tft.pushImage () function
Actual Behavior
lcd is working good but little bit problem with resolution
Steps to repropduce
step1
...
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// the code should be wrapped in the ```cpp tag so that it will be displayed better.
#include "esp_log.h"
void app_main()
{
static bool lcd_cb(uint16_t x, uint16_t y, uint32_t w, uint32_t h, uint8_t *data)
{
//tft.setCursor(tft.width() / 2 - 100, tft.height()/2 - 100);
tft.pushImage(0+10,0+40, 160 ,120 , (uint16_t *)data);
return true;
}
}
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Debug log goes here, should contain the backtrace, as well as the reset source if it is a crash.
Please copy the plain text here for us to search the error log. Or attach the complete logs but leave the main part here if the log is *too* long.
Other items if possible
[ ] sdkconfig file (attach the sdkconfig file from your project folder)
[ ] elf file in the build folder (note this may contain all the code details and symbols of your project.)
----------------------------- Delete below -----------------------------
If your issue is a general question, starts similar to "How do I..", or is related to 3rd party development kits/libs, please discuss this on our community forum at esp32.com instead.
INSTRUCTIONS
Before submitting a new issue, please follow the checklist and try to find the answer.
If the issue cannot be solved after the steps before, please follow these instructions so we can get the needed information to help you in a quick and effective fashion.
----------------------------- Delete above -----------------------------
Environment
xtensa-esp32-elf-gcc --version
to find it): // 1.22.0-80-g6c4433aProblem Description
Live streaming is work properly but resolution is not properly How to set the live streaming resolution in lovyangfx library function tft.pushImage()
//Detailed problem description goes here.
Expected Behavior
How to set the resolution in lovyanGFX library tft.pushImage () function
Actual Behavior
lcd is working good but little bit problem with resolution
Steps to repropduce
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)