default lib is bcm2835, A few minor fixes
This commit is contained in:
parent
98dc64b8c2
commit
74e3e40f5c
20 changed files with 574 additions and 12 deletions
|
|
@ -200,7 +200,7 @@ void EPD_3IN7_4Gray_Init(void)
|
|||
EPD_3IN7_SendData(0x03);
|
||||
|
||||
EPD_3IN7_SendCommand(0x3C); // set border
|
||||
EPD_3IN7_SendData(0x00);
|
||||
EPD_3IN7_SendData(0x03);
|
||||
|
||||
EPD_3IN7_SendCommand(0x0C); // set booster strength
|
||||
EPD_3IN7_SendData(0xAE);
|
||||
|
|
@ -278,7 +278,7 @@ void EPD_3IN7_1Gray_Init(void)
|
|||
EPD_3IN7_SendData(0x03);
|
||||
|
||||
EPD_3IN7_SendCommand(0x3C); // set border
|
||||
EPD_3IN7_SendData(0x00);
|
||||
EPD_3IN7_SendData(0x03);
|
||||
|
||||
EPD_3IN7_SendCommand(0x0C); // set booster strength
|
||||
EPD_3IN7_SendData(0xAE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue