Update README.md
Update the Readme with the full text
This commit is contained in:
parent
fb2da0d3b1
commit
fe0f88a138
1 changed files with 14 additions and 2 deletions
|
|
@ -1,7 +1,19 @@
|
|||
## EInk CircuitPython Quickstart tutorial on the Adafruit Learning System
|
||||
|
||||
The code in this repo accompanies
|
||||
The code in this repo accompanies the Adafruit tutorial
|
||||
Quickstart using Adafruit eInk/ePaper displays with CircuitPython
|
||||
https://learn.adafruit.com/quickstart-using-adafruit-eink-epaper-displays-with-circuitpython
|
||||
|
||||
The *appropriate code file file should be copied onto the **CIRCUITPY** flash drive as **code.py** that appears
|
||||
when you plug the CircuitPlayground Express into your computer via a known good USB cable.
|
||||
|
||||
If the only drive name you get is named **CPLAYBOOT**, CircuitPython may not be loaded
|
||||
on the board. You can load CircuitPython [per this guide](https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart). Then you should be able to see the **CIRCUITPY** drive when connected via USB.
|
||||
|
||||
CircuitPython resources are at https://CircuitPython.Org/
|
||||
|
||||
Written by Anne Barela for Adafruit Industries, October 2019
|
||||
|
||||
MIT License
|
||||
MIT License, include all this text in any redistribution
|
||||
|
||||
Support Open Source development by buying your materials at [Adafruit.com](https://www.adafruit.com/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue