ts fryin me
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include<stdio.h>
|
||||
#include "NUC1xx.h"
|
||||
#include "Driver\DrvGPIO.h"
|
||||
#include "Driver\DrvSYS.h"
|
||||
#include "NUC1xx-LB_002\LCD_Driver.h"
|
||||
|
||||
int main(void){
|
||||
UNLOCKREG();
|
||||
DrvSYS_Open(48000000);
|
||||
LOCKREG();
|
||||
|
||||
Initial_panel();
|
||||
clr_all_panel();
|
||||
|
||||
print_lcd(0, "asuka");
|
||||
print_lcd(1, "langley");
|
||||
print_lcd(2, "soryuu");
|
||||
print_lcd(3, "dagoat")
|
||||
}
|
||||
Reference in New Issue
Block a user