Skip to content

Commit 8914285

Browse files
committed
mention v5 in readme
1 parent bbf450f commit 8914285

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,29 @@ Ready-made DIY modules for this size and with 4bpp (16 Grayscale) color support
1313

1414
The EPDiy driver board targets multiple E-Paper displays. As the driving method for all matrix-based E-ink displays seems to be more or less the same, only the right connector and timings are needed. The EPDiy PCB v4 features a 33pin and a 39pin connector, which allow to drive the following display types: ED097OC4, ED060SC4, ED097TC2. With the upcoming revision v5, even more display types will be supported! For details, refer to the table below.
1515

16+
Revision 5 of the board is optimized for the use with LiPo batteries, featuring a LiPo charger and ultra-low deep sleep current.
1617

1718
Building It
1819
-----------
1920

2021
If you want to build a board right now, there are two possible routes:
21-
- Use the new v2 PCB (`hardware/epaper-breakout/gerbers_v4.zip`). This is a bit more fresh, but should work.
22+
23+
- Use the new v5 PCB (`hardware/epaper-breakout/gerbers_v5.zip`).
24+
**So far, I only tested a prototype of it. The newest gerbers should work, but are untested!**
25+
**If you have tested them, please let me know!**
26+
The BOM is available at (`hardware/epaper-breakout/BOM.csv`).
27+
Positioning files for SMT assembly are available at (`hardware/epaper-breakout/gerbers/epaper-breakout-top-pos.csv`).
28+
Please double check the part positioning and Rotation with your assembly service!
29+
More information on the order process and where to find parts is in the [documentation](https://epdiy.readthedocs.io/en/latest/getting_started.html#getting-your-board).
30+
31+
Make sure to select the `V5` board revision in `idf.py menuconfig` when building the examples.
32+
33+
- Use the old v4 PCB (`hardware/epaper-breakout/gerbers_v4.zip`). This is a bit more fresh, but should work.
2234
The BOM is available at (`hardware/epaper-breakout/BOM.csv`).
2335
Positioning files for SMT assembly are available at (`hardware/epaper-breakout/gerbers/epaper-breakout-top-pos.csv`).
2436
Please double check the part positioning and Rotation with your assembly service!
2537

2638
Make sure to select the `V4` board revision in `idf.py menuconfig` when building the examples.
27-
- Use the original v2 PCB (`hardware/epaper-breakout/gerbers_v2_rev0.zip`).
28-
However, you might run into issue #3 with some selections of parts.
29-
30-
Make sure to select the `v2/v3` board revision in `idf.py menuconfig` when building the examples.
3139

3240
Gettings Started
3341
----------------

0 commit comments

Comments
 (0)