Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_screen' into 'master'
Browse files Browse the repository at this point in the history
screen: update to improve efficiency

See merge request rd/esp-iot-solution!509
  • Loading branch information
zhanzhaocheng committed Apr 29, 2021
2 parents ab3fc13 + 5dd0f04 commit 6060600
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 283 deletions.
8 changes: 3 additions & 5 deletions components/audio/pwm_audio/pwm_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@
#include "pwm_audio.h"
#include "sdkconfig.h"

#ifndef CONFIG_IDF_TARGET_ESP32S2
#ifndef CONFIG_IDF_TARGET_ESP32
#error No defined idf target esp32 or esp32s2
#endif
#endif
#if (CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32)

static const char *TAG = "pwm_audio";

Expand Down Expand Up @@ -812,3 +808,5 @@ esp_err_t pwm_audio_deinit(void)
g_pwm_audio_handle = NULL;
return ESP_OK;
}

#endif
215 changes: 106 additions & 109 deletions components/bus/i2s_lcd_esp32_driver.c

Large diffs are not rendered by default.

Loading

0 comments on commit 6060600

Please sign in to comment.