goran-mahovlic / f32c_lvgl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F32C LVGL experiment

Flash f32c bitstream to your FPGA board

Clone this repo with lvgl v8.3.0 as submodule

git clone --recurse-submodules https://github.com/goran-mahovlic/f32c_lvgl.git

Fixing few bug in lvgl v 8.3.0

cp lv_draw_sw_letter.c lvgl/src/draw/sw/lv_draw_sw_letter.c

cp lv_demo_benchmark.* lvgl/demos/benchmark/

cp img_benchmark_cogwheel_rgb565a8.c lvgl/demos/benchmark/assets/img_benchmark_cogwheel_rgb565a8.c

or run

./copy_all.sh

You will need f32c with all libraries build

MAKEFILES=PATH_TO_F32C/f32c/src/conf/f32c.mk make clean

MAKEFILES=PATH_TO_F32C/f32c/src/conf/f32c.mk make

Load bin file to f32c

python3 f32cup.py hello.bin

Check serial output

sudo screen /dev/ttyUSB0 115200

About

License:BSD 2-Clause "Simplified" License


Languages

Language:C 90.7%Language:C++ 6.6%Language:Python 2.4%Language:Makefile 0.2%Language:Shell 0.1%