项目作者: tuupola

项目描述 :
Old school demo effects for GD32V
高级语言: C
项目地址: git://github.com/tuupola/gd32v_effects.git
创建时间: 2020-11-06T20:01:51Z
项目社区:https://github.com/tuupola/gd32v_effects

开源协议:

下载


Old schoold demo effects for GD32V

ESP effects

Created to test the HAGL graphics library. For quick reference see the recording on Vimeo. To compile you need Nuclei SDK and RISC-V GNU toolchain.

  1. $ git clone https://github.com/Nuclei-Software/nuclei-sdk.git
  2. $ git clone https://github.com/tuupola/gd32v_effects.git --recursive
  3. $ cd gd32v_effects
  4. $ make SOC=gd32vf103 BOARD=gd32vf103c_longan_nano clean
  5. $ make SOC=gd32vf103 BOARD=gd32vf103c_longan_nano upload

Run on computer

HAGL is hardware agnostic. You can run the demos also on your computer.