GithubHelp home page GithubHelp logo

sahyadri2695 / nrf52-ili9341 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iamtechknow/nrf52-ili9341

0.0 0.0 0.0 51 KB

ILI9341 drivers for the nRF52 series

C 95.11% C++ 0.85% Makefile 4.05%

nrf52-ili9341's Introduction

ILI9341 driver port for nRF52 series devices

This is a C driver port of the Adafruit TFT Touch Screen shield coded for the Arduino Uno and Mega, for the nRF52 series SoCs (primarily the nRF52832 development kit but the nRF52840 development kit should also work.) Specifically these drivers are designed to work with the Foxnovo TFT Touch Screen Arduino shield which may be purchased for cheap from Amazon.

Display Information

The touch screen has pin compatiability with the nRF52 development kits, as the pin layout is the same as for an Arduino Uno. It uses a ILITEK ILI9341 LCD chip controller. Screens that would sold earlier than November 2015 (when I purchased mine) may have the LGDP4535 driver instead, this library is NOT compatiable with that but may be modified to be so. The MCU interface is set to a parallel 8-bit data bus, and therefore requires 8 pins for data, and 5 more pins for control. Also note that it is not possible to change or turn off the backlight by accessing the correct register, because the backlight control pin is permanently connected to VCC.

The touch screen of course contains a resistive touch sensor and a SD card slot accessible by a SPI interface. The drivers include support for the touch sensor, but have yet to be integrated with the display driver, so they can't be used together in a client program yet. No data sheet is available for the touch sensor, which is unsuprising for such a product.

Attributions

These drivers use a nRF52 port of the Adafruit GFX library to the open-source bluey platform, made by Electronut Labs. The code to port from may be found at Adafruit's repo.

nrf52-ili9341's People

Contributors

iamtechknow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.