Skip to content

Commit ff87a85

Browse files
committed
main: update screen panel config
1 parent 610e4c9 commit ff87a85

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

main/src/system/init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
void device_init(void)
1717
{
1818
bt0_init();
19-
#if !defined(CONFIG_SCREEN_PANEL_NONE)
2019
spi1_init();
21-
#endif
2220
i2s0_init();
2321
#if !defined(CONFIG_I2S_OUTPUT_INTERNAL_DAC) && !defined(CONFIG_I2S_OUTPUT_PDM)
2422
gpio0_init();

main/src/system/task.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
void task_init(void)
1717
{
18-
#if !defined(CONFIG_SCREEN_PANEL_NONE)
1918
xTaskCreate(gui_task, "gui_task", 2048, NULL, 5, NULL);
20-
#endif
2119
xTaskCreate(mp3_player_task, "mp3_player_task", 8192, NULL, 5, NULL);
2220
xTaskCreate(bt_speaker_task, "bt_speaker_task", 2560, NULL, 5, NULL);
2321
#if !defined(CONFIG_I2S_OUTPUT_INTERNAL_DAC) && !defined(CONFIG_I2S_OUTPUT_PDM)

0 commit comments

Comments
 (0)