Skip to content

Instantly share code, notes, and snippets.

View claydonkey's full-sized avatar

Anthony Campbell claydonkey

View GitHub Profile

Keybase proof

I hereby claim:

  • I am claydonkey on github.
  • I am claydonkey (https://keybase.io/claydonkey) on keybase.
  • I have a public key whose fingerprint is 2ED4 AA28 6A8E 1C8A 713C B4C1 52F1 5535 62D2 6AFB

To claim this, I am signing this object:

@claydonkey
claydonkey / standalone-bootstrap.cmake
Last active November 23, 2018 11:48
cmake for android standalone toolchains
# Anthony (Anthony@claydonkey.com)
# This cmake is a bootstrap for the c++/c
# standalone toolchain for Android NDK.
# initializing relevant variables
#
# Setup Toolchain.
cmake_minimum_required(VERSION 3.4.1)
option(ANDROID "Build for Android" ON)
if (ANDROID)
/*
* sh1106-overlay.dts
*
* -------------------------------------------------
*
* -------------------------------------------------
* Device---Driver-----BUS GPIO's
* display sh1106 spi0.0 25 24
* Based on tinylcd35-overlay.dts
* 7/12/2017 -- Anthony Campbell Initial Device tree framework
/*
* ssd1306-overlay.dts
*
* -------------------------------------------------
*
* -------------------------------------------------
* Device---Driver-----BUS GPIO's
* display ssd1306 spi0.0 25 24
* Based on tinylcd35-overlay.dts