OLED驱动
RAM AND FLASH不是很够,只能直接读写屏幕 Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* my.c
|
||||
*
|
||||
* Created on: 2022年3月27日
|
||||
* Author: wuwen
|
||||
*/
|
||||
|
||||
|
||||
#include "my.h"
|
||||
|
||||
void mymain()
|
||||
{
|
||||
|
||||
OLED_Init();
|
||||
OLED_Init_Display_Buffer(0);
|
||||
|
||||
OLED_ShowChar(0,0,48);
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user