This commit is contained in:
kraus 2018-06-09 06:40:31 +02:00
parent 0c5f2a0483
commit bf531c893e
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
*/
#include "u8g2.h"
/* clear screen buffer & display reliable for all u8g2 displays */
/* this is, becasue we can not used the u8x8 function in all cases */
/* Clear screen buffer & display reliable for all u8g2 displays. */
/* This is done with u8g2 picture loop, because we can not use the u8x8 function in all cases */
void u8g2_ClearDisplay(u8g2_t *u8g2)
{
u8g2_FirstPage(u8g2);