Skip to content

Compiling Inkplate6 with Platformio instead of Arduino IDE

Notifications You must be signed in to change notification settings

martinberlin/inkplate-platformio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inkplate-platformio

Compiling Inkplate6 with Platformio instead of Arduino IDE

Select your test

Just edit platformio.ini and uncomment only one of the src_dir folders to select what example to run:

[platformio]
default_envs = esp32
# Select what example to compile uncommenting only one of this lines:
#src_dir = examples/1. Basic Inkplate Functionality/1-Inkplate_basic_monochrome
src_dir = examples/1. Basic Inkplate Functionality/2-Inkplate_basic_grayscale

That will select the 2-Inkplate_basic_grayscale cpp file of the folder examples/1. Basic Inkplate Functionality and compile it. Not ideal but lets you have many different tests under the same codebase.

Only examples of the 1. and 2. sections are done. Just rename to cpp and add new examples if you feel like

About

Compiling Inkplate6 with Platformio instead of Arduino IDE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages