Skip to content

Bus_RGB : "intr_alloc: No free interrupt inputs for LCD_CAM interrupt" with ESP32S3 #841

@OldMicroGuy

Description

@OldMicroGuy

****** Edit ******
This seems to stem from the pioarduino. If I force a revert back to Arduino ver 6.12.0, it works as expected.
Still, any ideas or work arounds?

I can't get around this. I'm using an old LGFX config file (LGFX), so I know it worked.
I get this errors when I use lcd.(init) and lcd.begin() (LGFX).
I'm using an Elecrow 7" HMI display board. I've just been trying to get this working again (without using their old outdated examples). So far, all I got is the backlight to turn on. So I'm not doing anything except trying to init the display, clear it, try to fill screen with a color, so I know I'm talking to it, THEN I'll try getting lvgl going again.

All I can figure, is it has to do with interrupts, or camera usage, but I'm not doing anything. I don't even have touch pad/screen set up yet.

LCD Init
E (2072) intr_alloc: No free interrupt inputs for LCD_CAM interrupt (flags 0x80E)
END LCD Init
LCD Begin
E (2158) lcd_panel.io.i80: esp_lcd_new_i80_bus(173): no free i80 bus slot
END LCD Begin

Metadata

Metadata

Assignees

No one assigned

    Labels

    pinnedexempt from stale bot

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions