/adafruit-oled-st7735-dk51

:sparkles: Integration of Adafruit OLED ST7735 1.8 display on Nordic Semiconductor NRF51 DK board

Primary LanguageCMIT LicenseMIT

Adafruit OLED 1.8 display on DK51 board

Build License

Integration of Adafruit OLED ST7735 1.8 display on Nordic Semiconductor NRF51 DK board

screenshot

Scope

  • SPI communication between NRF51 board & display
  • fill screen with specified color
  • joystick (5 actions) switch through a sequence of color/image
  • draw 128x160 bitmap 16 bit

Configuration

  • armgcc toolchain
  • no softdevice flash required
  • nRF5 SDK 12.3.0

Setup/Installation

  • follow SDK/Toolchain Installation steps section of this tutorial

  • specify NRF51 SDK directory with :

export NRF51_SDK_DIR=/path/to/sdk

Build

make

Upload

//erase firmware
nrfjprog --family  nRF51 -e

//upload firmware
nrfjprog --family  nRF51 --program _build/nrf51422_xxac.hex

//start firmware
nrfjprog --family  nRF51 -r

or

./upload.sh

To debug your code : check this link

External projects

License

The MIT License (MIT) Copyright (c) 2020 Bertrand Martel