fix arduino,add readme
This commit is contained in:
parent
e25d0bc44a
commit
8973995e53
327 changed files with 10032 additions and 10469 deletions
27
Arduino/README.md
Normal file
27
Arduino/README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
由于arduino的内存有限,因此无法创建整帧图片数据缓存,因此在使用时最好按照如下的推荐进行使用,如果想使用Arduono UNO可以使用我们的e-paper Shield来操作,这样会更加方便,并且增加了读写了SD卡功能。
|
||||
Due to the limited memory of Arduino, it is not possible to create an entire frame of image data cache. Therefore, it is best to use the following recommendations when using it. If you want to use Arduono UNO, you can use our e-paper Shield to operate, which will be more convenient, and Added the function of reading and writing SD card.
|
||||
Arduino UNO:
|
||||
epd1in02d
|
||||
epd1in54
|
||||
epd1in54_V2
|
||||
epd1in54b
|
||||
epd1in54c
|
||||
epd2in7
|
||||
epd2in7b
|
||||
epd2in9
|
||||
epd2in9bc
|
||||
epd2in9d
|
||||
epd2in13
|
||||
epd2in13_V2
|
||||
epd2in13bc
|
||||
epd2in13d
|
||||
epd4in2
|
||||
epd4in2bc
|
||||
|
||||
Arduino MEGA2560:
|
||||
epd5in83
|
||||
epd5in83bc
|
||||
epd7in5
|
||||
epd7in5_V2
|
||||
epd7in5bc
|
||||
epd7in5bc_V2
|
||||
Loading…
Add table
Add a link
Reference in a new issue