https://github.com/daddesign-projects/demo_daisyseedgfx2
Demonstrates how to use the "DaisySeedGFX2" graphics library.
https://github.com/daddesign-projects/demo_daisyseedgfx2
gfx library sample tft
Last synced: about 1 year ago
JSON representation
Demonstrates how to use the "DaisySeedGFX2" graphics library.
- Host: GitHub
- URL: https://github.com/daddesign-projects/demo_daisyseedgfx2
- Owner: DADDesign-Projects
- License: mit
- Created: 2025-01-08T16:01:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:50:08.000Z (over 1 year ago)
- Last Synced: 2025-03-06T22:28:52.347Z (over 1 year ago)
- Topics: gfx, library, sample, tft
- Language: C
- Homepage:
- Size: 784 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo DaisySeedGFX2
This repository contains two example projects showcasing the use of the DaisySeedGFX MK2 library for the Daisy Seed platform by Electrosmith.
## Author
DAD Design
## Overview
The examples demonstrate different ways to utilize the graphical features of the DaisySeedGFX MK2 library, focusing on fonts and images.
### Examples Provided
1. **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](https://github.com/DADDesign-Projects/TrueType-to-Bitmap-Converter)).
2. **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](https://github.com/DADDesign-Projects/Daisy_QSPI_Flasher)).
## Getting Started
To clone and set up the project:
1. Clone this repository with submodules recursively:
```bash
git clone --recurse-submodules https://github.com/DADDesign-Projects/Demo_DaisySeedGFX2
```
2. 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](https://github.com/electro-smith).
##