|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <errno.h>#include <netinet/if_ether.h>#include <net/if.h>#include <linux/sockios.h>Go to the source code of this file.
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
Functions | |
| int | escape (char *message, int size) |
| void | send_message (char *message, char *ip, int port, int echoback) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 148 of file send.c.
Referenced by MatWrite(), and PerspectiveProjection().
1.8.11