-->
Page 1 of 1

Simple server/client demo, ili9341 driver,wireframe viewer

PostPosted: Fri Jun 19, 2015 12:39 am
by magore
I created a demo for the esp8266 and placed it on github
There is a built in simple network server client example
Rewritten ili9341 driver with multiple window support each with independent attributes and fonts.
- reading and writing the display
( I finally figured out how to read the display memory so I can do copies - it works up to a HSPI prescaler of 1 , except read display ID that works at 2 and lower )
- scrolling of any size window - not limited by the ili9341 hardware scroll sizes.
- font generation utilities and fonts
- cordic code and cordic table generation and related code,
- simple wire viewer and demo
( a major update on the cube demo using wire-frame object viewer code instead)
- Includes a an wire-frame image of the earth coastlines (still need to add hidden line removal to it)

Re: Simple server/client demo, ili9341 driver,wireframe view

PostPosted: Fri Jun 19, 2015 11:13 am
by reaper7

Re: Simple server/client demo, ili9341 driver,wireframe view

PostPosted: Fri Jun 19, 2015 2:32 pm
by alonewolfx2
good job :) thakn you and can you provide video :D

Re: Simple server/client demo, ili9341 driver,wireframe view

PostPosted: Sun Jun 21, 2015 6:57 pm
by magore
I attached a really short video of the display running while receiving a message
https://github.com/magore/esp8266_ili93 ... /video.mp4