ILI9341 TFT LCD to ESP32 – Full HOW TO

April 28, 2020 XTronical 33

The ILI9341 is a great display, fast, cheap and most modules for hobbyists come with an on-board SD Card reader and built in touch screen – marvellous! But getting all these things working, especially with the ESP32 has sometimes been a little hit and miss – if you trawl the […]

OLED (SSD1306) to ESP32

September 4, 2019 XTronical 2

Using one of these screens with an ESP32 is very easy and requires little change over using then with an Arduino except that the connections are different. This article should be used in conjunction with the video below. The ConnectionsThe SDA connection goes to pin 21 and the SCL to […]

256×320 Colour LCD (5408 driver)

September 9, 2018 XTronical 0

256×320 colour LCD screens are widely and cheaply available and very often come on a board that we can connect up to an Arduino Uno (and some other boards types). It’s then just a simple manner of adding the required libraries and trying out an example. This is all we […]

No Image

Space invaders build/code part 1

May 20, 2017 XTronical 0

The opening part for Space Invaders is now available. It explains how to get text and more importantly graphics into you code and displayed along with some basic movement. Click below or use the menus above Space Invaders Part 1 It’s also available as a video guide on the XTronical […]