mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +00:00
Setup up project name
This commit is contained in:
parent
cf3d56910d
commit
8a6b088ea7
@ -1,13 +1,11 @@
|
|||||||
# Daisy Patch Template
|
# Cascade
|
||||||
|
|
||||||
A starting point for creating Daisy Patch Projects.
|
Custom firmware for the Electrosmith Daisy Patch.
|
||||||
|
|
||||||
## Setup & Build
|
## Setup & Build
|
||||||
1. Create git repository
|
1. Create git repository
|
||||||
```sh
|
```sh
|
||||||
git clone --recurse-submodules git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name]
|
git clone --recurse-submodules git@github.com:AquaMorph/Cascade.git
|
||||||
git remote set-url origin [New git url]
|
|
||||||
git push
|
|
||||||
```
|
```
|
||||||
2. Build project
|
2. Build project
|
||||||
```sh
|
```sh
|
||||||
|
@ -30,7 +30,7 @@ void ProcessOled() {
|
|||||||
std::string str;
|
std::string str;
|
||||||
char* cstr = &str[0];
|
char* cstr = &str[0];
|
||||||
patch.display.SetCursor(0,0);
|
patch.display.SetCursor(0,0);
|
||||||
str = "Daisy Template";
|
str = "Cascade";
|
||||||
patch.display.WriteString(cstr, Font_7x10, true);
|
patch.display.WriteString(cstr, Font_7x10, true);
|
||||||
|
|
||||||
patch.display.Update();
|
patch.display.Update();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user