ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Macros | Enumerations
user_config.h File Reference

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 }
 

Detailed Description

Master include file for project Includes all project includes and defines here.

Copyright © 2015 Mike Gore, GPL License
You are free to use this code under the terms of GPL
please retain a copy of this notice in any code you use it in.

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.

Macro Definition Documentation

#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,
 
)    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.

Enumeration Type Documentation

enum bool
Enumerator
false 
true 

Definition at line 41 of file user_config.h.