ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Functions
tft_printf.c File Reference
#include "user_config.h"
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include "display/ili9341.h"
#include "display/tft_printf.h"
#include "printf/mathio.h"

Go to the source code of this file.

Functions

static void _putc_win (struct _printf_t *p, char ch)
 
static void _putc_win_len (struct _printf_t *p, char ch)
 
MEMSPACE int tft_printf (window *win, const char *fmt,...)
 tft_printf function More...
 

Function Documentation

static void _putc_win ( struct _printf_t p,
char  ch 
)
static

Definition at line 34 of file tft_printf.c.

Referenced by tft_printf().

static void _putc_win_len ( struct _printf_t p,
char  ch 
)
static

Definition at line 40 of file tft_printf.c.

MEMSPACE int tft_printf ( window win,
const char *  fmt,
  ... 
)

tft_printf function

Parameters
[in]*winWindow Structure
[in]fmtprintf forat string
[in]...vararg list or arguments
Returns
size of string

Definition at line 52 of file tft_printf.c.

Referenced by servertest_message(), test_types(), and user_loop().