mirror of
https://github.com/olikraus/u8g2.git
synced 2025-05-08 15:56:09 +08:00
update
This commit is contained in:
parent
0c5f2a0483
commit
bf531c893e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user