Merge pull request #50 from acevest/longan_nano_lcd

add LCD driver for longan nano
This commit is contained in:
Supowang1989
2019-10-21 10:14:41 +08:00
committed by GitHub
8 changed files with 949 additions and 9 deletions

View File

@@ -194,6 +194,7 @@ void OLED_ShowChar(uint8_t x,uint8_t y,uint8_t chr,uint8_t Char_Size)
OLED_WR_Byte(F6x8[c][i],OLED_DATA);
}
}
//m^n函数
uint32_t oled_pow(uint8_t m,uint8_t n)
{