This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef FONT5X7_H | |
| #define FONT5X7_H | |
| #ifdef __AVR__ | |
| #include <avr/io.h> | |
| #include <avr/pgmspace.h> | |
| #elif defined(ESP8266) | |
| #include <pgmspace.h> | |
| #else | |
| #define PROGMEM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " => General | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Sets how many lines of history VIM has to remember | |
| set history=700 | |
| " modeline magic! | |
| set modeline | |
| " required! |