|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Master include file for project Includes all project includes and defines here. More...
#include "esp8266/cpu.h"#include "esp8266/system.h"#include "stringsup.h"#include "fatfs.h"#include "posix.h"#include "queue.h"#include "sort.h"#include <uart_register.h>#include "uart.h"#include "esp8266/hspi.h"#include "esp8266/hal.h"#include "printf/mathio.h"#include "esp8266/debug.h"Go to the source code of this file.
Macros | |
| #define | _BOOL_T |
| #define | SYSTEM_TASK_HZ 1000L |
| user task rate for software timers More... | |
| #define | Mem_Clear(a) memset(a, 0, sizeof(a)) |
| macros to simplify filling buffers More... | |
| #define | Mem_Set(a, b) memset(a, (int) b, sizeof(a)) |
| #define | SHARED_FILINFO |
Enumerations | |
| enum | bool { false, true } |
Master include file for project Includes all project includes and defines here.
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file user_config.h.
| #define _BOOL_T |
Definition at line 37 of file user_config.h.
| #define Mem_Clear | ( | a | ) | memset(a, 0, sizeof(a)) |
macros to simplify filling buffers
Definition at line 49 of file user_config.h.
| #define Mem_Set | ( | a, | |
| b | |||
| ) | memset(a, (int) b, sizeof(a)) |
Definition at line 50 of file user_config.h.
| #define SHARED_FILINFO |
Definition at line 52 of file user_config.h.
| #define SYSTEM_TASK_HZ 1000L |
user task rate for software timers
Definition at line 45 of file user_config.h.
| enum bool |
| Enumerator | |
|---|---|
| false | |
| true | |
Definition at line 41 of file user_config.h.
1.8.11