STM32 provides a new compilation mode that greatly reduces the initial compilation time and is easier to operate.
This commit is contained in:
parent
04115ac1a4
commit
0f3d02f894
168 changed files with 332875 additions and 5820 deletions
|
|
@ -160,7 +160,7 @@ void EPD_7IN5_Init(void)
|
|||
{
|
||||
EPD_7IN5_Reset();
|
||||
|
||||
EPD_7IN5_SendCommand(0x01); // POWER_SETTING
|
||||
EPD_7IN5_SendCommand(0x01); // POWER_SETTING
|
||||
EPD_7IN5_SendData(0x37);
|
||||
EPD_7IN5_SendData(0x00);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue