Page 1 of 1

ILI9341 library + simple demo code

Posted: Mon Jan 14, 2019 1:04 pm
by misterno
Dear friends,

This is my first post and i 'm glad to be here. I do have a STM32 "bluepill" and i would like to build an smd reflow oven for personal use. But since i 'm a newbee, I would be happy if anyone can show me how and where putting the library headers, c files etc. So far, i 've managed to compile a simple "blink" demo successfully and i will keep on reading all the chibios stuff i can find.
The project will have the following parts:
1) The "blupill" pcb
2) An Ili9341 320x240 with touch screen
3) An MAX6665 thermal converter for arduino
4) A rotary encoder with push button
5) An SSR relay
6) An infrared Heater
7) Other stuff...
All the above parts working well at the same arduino project but the arduino is very slow and i would like to change it with the above "bluepill" board.

TIA

Re: ILI9341 library + simple demo code

Posted: Mon Jan 14, 2019 1:12 pm
by Giovanni
Hi

Try playembedded.org, lots of tutorials there.

Giovanni

Re: ILI9341 library + simple demo code

Posted: Mon Jan 14, 2019 1:30 pm
by misterno
I will check that. Thank you for reply.