Copyright (c) 2025 Antmicro
This repository includes an interactive calendar demo using Graphics Rendering Visual Library and Zephyr RTOS.
- Interactive buttons
- Scrollable main view
- Animations
- Dynamic content using JavaScript
- Native simulator (64 bit)
- STM32H747I Discovery (M7 core) + ST B-LCD40-DSI (MB1166-A09) shield
For hardware builds, an SD card is required to supply resource files. Make sure you have the mkfs.ext2 binary (part of e2fsprogs) available on your system - this is needed to build the SD card image.
$ git clone https://github.com/antmicro/grvl-zephyr-calendar-demo
$ cd grvl-zephyr-calendar-demo
$ west init -l .
$ west update
$ west patch apply$ west build -b <board>$ dd if=build/zephyr/zephyr.sdcard.img of=/dev/<sd-card-device> bs=4M$ west flash$ ./build/zephyr/zephyr.exeThe source code for this project is licensed under Apache License 2.0, and the fonts are licensed under SIL Open Font License 1.1.
