Skip to content

Commit

Permalink
add UXGA SXGA
Browse files Browse the repository at this point in the history
  • Loading branch information
donny681 committed Aug 15, 2018
1 parent 68341da commit 2c00612
Show file tree
Hide file tree
Showing 381 changed files with 2 additions and 1,178 deletions.
Binary file added .DS_Store
Binary file not shown.
7 changes: 0 additions & 7 deletions build/app_trace/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/app_update/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/aws_iot/component_project_vars.mk

This file was deleted.

Binary file removed build/bootloader/bootloader.bin
Binary file not shown.
7 changes: 0 additions & 7 deletions build/bootloader/bootloader_support/component_project_vars.mk

This file was deleted.

1 change: 0 additions & 1 deletion build/bootloader/component_project_vars.mk

This file was deleted.

1 change: 0 additions & 1 deletion build/bootloader/esptool_py/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader/log/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader/main/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader/micro-ecc/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader/soc/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader/spi_flash/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bootloader_support/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/bt/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/camera/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/coap/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/console/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/cxx/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/driver/component_project_vars.mk

This file was deleted.

Binary file removed build/esp32-cam-demo.bin
Binary file not shown.
7 changes: 0 additions & 7 deletions build/esp32/component_project_vars.mk

This file was deleted.

64 changes: 0 additions & 64 deletions build/esp32/esp32_out.ld

This file was deleted.

7 changes: 0 additions & 7 deletions build/esp_adc_cal/component_project_vars.mk

This file was deleted.

1 change: 0 additions & 1 deletion build/esptool_py/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/ethernet/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/expat/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/fatfs/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/freertos/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/heap/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/http_server/component_project_vars.mk

This file was deleted.

7 changes: 0 additions & 7 deletions build/idf_test/component_project_vars.mk

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file removed build/include/config/app/offset.h
Empty file.

2 comments on commit 2c00612

@akshayvernekar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to use SXGA and UXGA on the esp32cam module(from AI Thinker) and I am getting Frame buffer allocation error, probably due to the limted SRAM space . How do we solve this ?

@akshayvernekar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I solved the issue , apparently I found that the ESP32 Cam has a 4MB PRAM so enabled it in make menuconfig and now SZGA nad UXGA work fine. XieXie

Please sign in to comment.