kdschlosser / lvgl_micropython

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

OK folks, I need an accounting of what problems still exist. #65

Open kdschlosser opened 1 week ago

kdschlosser commented 1 week ago

This is what I know still has an issue.

kdschlosser commented 1 week ago

Depending on the size of the display you are making you may need to have 8mb is RAM available. 4MB is currently the default. The SDL driver uses more RAM because it is essentially an RGB display so the frame buffers have to be the entire display size.

GC-RnD commented 1 week ago

Snafu...

python3 make.py unix clean mpy_cross submodules DISPLAY=sdl_display INDEX=sdl_pointer --heap-size=8000000

got...

mkdir -p build-standard//home/rich/SL-Version-2/lvgl_micropython/lib/lvgl/src/widgets/checkbox/
make: Leaving directory '/home/rich/SL-Version-2/lvgl_micropython/lib/micropython/ports/unix'
python3: can't open file '/home/rich/SL-Version-2/lvgl_micropython/ext_mod/lcd_utils/gen/python_api_gen_mpy.py': [Errno 2] No such file or directory
make: *** [/home/rich/SL-Version-2/lvgl_micropython/ext_mod/lvgl/micropython.mk:52: build-standard/lv_mpy.c] Error 2
make: *** Waiting for unfinished jobs....
kdschlosser commented 6 days ago

I am going to need a few days ... Please read https://github.com/kdschlosser/lvgl_micropython/discussions/69 , I wanted to keep you informed as to what is going on.