Update and rename readme to readme.md

Dieser Commit ist enthalten in:
Sylaina 2018-12-05 08:06:18 +01:00 committet von GitHub
Ursprung 47b2d8f40e
Commit f252207b4b
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -34,6 +34,7 @@ Oled (GFX) | 96.294 ms | 100 kHz
example: example:
```c
//****main.c****// //****main.c****//
#include "lcd.h" #include "lcd.h"
@ -53,9 +54,9 @@ int main(void){
} }
return 0; return 0;
} }
```
example for chars with double height: example for chars with double height:
```c
//****main.c****// //****main.c****//
#include "lcd.h" #include "lcd.h"