A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By magore
#20880 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)