kdschlosser / lvgl_micropython

LVGL module for MicroPython
MIT License
47 stars 11 forks source link

arduino giga - cant compile #71

Closed 0x6679 closed 2 weeks ago

0x6679 commented 2 weeks ago

you may say im noob (and you are right) but i just cant compile that firmware for the arduino giga board. could you help me? it would be a huge help if you could add a binary or just send it to me. thank you in advance! im really lost

kdschlosser commented 2 weeks ago

MicroPython doesn't support that board to my knowledge.

0x6679 commented 2 weeks ago

it supports it. i have micropython on my board already. i wanna have lvgl too, but i cant compile the code

ports/stm32 make BOARD=ARDUINO_GIGA

kdschlosser commented 2 weeks ago

OK so you have an STM32 and not an Arduino.

Unfortunatly there is not much support for the STM32 line of MCU's. I have not found anyonme that is willing to spend the time to help out with writing proper bus drivers. The only thing that works are SPI displays and that is only able to be done using a single frame buffer with no DMA memory used. It's not very good from the performance side of things.

0x6679 commented 2 weeks ago

i have an stm32 arduino (there are a lot) with H7 series processor (contains an M7 and an M4 core) i wanna run micropython on the m7 with lvgl. i have seen people on forums achieving that. could you compile that firmware for me? ports/stm32 make BOARD=ARDUINO_GIGA

it would mean a lot i i could import lvgl :D

kdschlosser commented 2 weeks ago

on what forums?

0x6679 commented 2 weeks ago

lol im in the wrong repo XDDDDDDD