• sales

    +86-0755-88291180

NON RIESCOA CARICARE IL FILE DEMO

2026-02-08 19:18:13 Ask

non capisco il perche non riesca a caricare il file demo , ho inserito in libraries arduino le due cartelle ESP32-audioI2S-master e lvgl , instalalto esp32 di Espressif Systems impostato la scheda come nella guida , copiaot la cartella dell'esempio LVGL_Arduino trascino all interno del software arduino ide , compilo e compaiono molti errori qiesti sopono i primi che vengono fuori ed i file e' lunghissimo ,

In file included from C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_PULITO.ino:1:

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h: In function 'void setup()':

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:9:3: error: 'TCA9554PWR_Init' was not declared in this scope

   9 |   TCA9554PWR_Init(0x00);

     |   ^~~~~~~~~~~~~~~

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:10:13: error: 'EXIO_PIN2' was not declared in this scope

  10 |   Mode_EXIO(EXIO_PIN2, Low);

     |             ^~~~~~~~~

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:10:13: note: the macro 'EXIO_PIN2' had not yet been defined

In file included from C:\Users\marco\Documents\Arduino\LVGL_PULITO\Touch_SPD2010.h:5,

                from C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_PULITO.ino:2:

C:\Users\marco\Documents\Arduino\LVGL_PULITO\TCA9554PWR.h:19: note: it was later defined here

  19 | #define EXIO_PIN2   2

     |

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:10:24: error: 'Low' was not declared in this scope

  10 |   Mode_EXIO(EXIO_PIN2, Low);

     |                        ^~~

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:10:24: note: the macro 'Low' had not yet been defined

C:\Users\marco\Documents\Arduino\LVGL_PULITO\TCA9554PWR.h:16: note: it was later defined here

  16 | #define Low   0

     |

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:10:3: error: 'Mode_EXIO' was not declared in this scope

  10 |   Mode_EXIO(EXIO_PIN2, Low);

     |   ^~~~~~~~~

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:11:3: error: 'Set_EXIO' was not declared in this scope

  11 |   Set_EXIO(EXIO_PIN2, Low);

     |   ^~~~~~~~

C:\Users\marco\Documents\Arduino\LVGL_PULITO\LVGL_Driver.h:13:23: error: 'High' was not declared in this scope

11111
0answers