This repository contains two example projects showcasing the use of the DaisySeedGFX MK2 library for the Daisy Seed platform by Electrosmith.
DAD Design
The examples demonstrate different ways to utilize the graphical features of the DaisySeedGFX MK2 library, focusing on fonts and images.
-
Demo:
- Utilizes fonts and images encoded directly in C.
- Fonts are generated using the TrueType-to-Bitmap-Converter utility (repository: https://github.com/DADDesign-Projects/TrueType-to-Bitmap-Converter).
-
DemoUseFlashMemory:
- Demonstrates the use of fonts and images stored in the Daisy Seed's flash memory.
- Fonts and bitmaps are stored in flash memory using the Daisy_QSPI_Flasher utility (repository: https://github.com/DADDesign-Projects/Daisy_QSPI_Flasher).
To clone and set up the project:
-
Clone this repository with submodules recursively:
git clone --recurse-submodules https://github.com/DADDesign-Projects/Demo_DaisySeedGFX2
-
Build the projects using the Daisy Seed development environment configured in VS Code. Refer to the Daisy Seed documentation for setup instructions: https://github.com/electro-smith.