-->
Page 1 of 1

ili9341, FatFS /POSIX wrapers, time functions/RTC/WEB/NTP

PostPosted: Sun Jul 19, 2015 8:30 pm
by magore
I have updated my demo for the esp8266 and placed it on github
Visit: https://github.com/magore/esp8266_ili9341
- Web server - pages and CGI results can be ANY SIZE!
- Yield function borrowed from Arduino project
- Muiltiple SPI device support with clock switching
- FatFS with POSIX wrappers - like fopen, open, fseek, fgetpos, strerror, fdevopen, etc...
- command line interface to test various FatFs functions
- ili9341 driver with multiple window support each with independent attributes and fonts.
- Reading AND writing the display, scrolling of any size window
- Font generation utilities and fonts
- POSIX time functions, RTC and timers, functions like mktime, asctime, settimeofday, etc...
- Simple network server client example that updates the display.
- Serial bridge to/from uart
- Wire frame viewer
- includes a rotating cube and wire-frame earth demo (still need hidden line removal)
- CORDIC code and table generation and related code,