Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtribiere authored Jan 6, 2021
1 parent 5f0e561 commit 5a42ad1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ It has been successfully tested on an ESP12E-based board with a 1.54" V2 EPaper
| CLK | D5 | HSPI_CLK |
| DIN | D7 | HSPI_MOSI |

# Technical informations & porting guide
* **Coordinate system** : By default the (0;0) point is a the bottom left corner of the screen
<img src="Pics/Epaper_schema.png" width="300">

* **Image conversion** : To convert an image, you need to use a software that do the convertion from top to bottom, and left to right.

* **For bigger screens** : The current x and y arguments use _uint8_t_ format. However to use bigger screen you need to increase it to _uint16_t_ or _uint32_t_.

# Author
Made with ❤️ by mtribiere

0 comments on commit 5a42ad1

Please sign in to comment.