displaying on SSD1306, 128x64 pixels OLED

Dependencies:   microbit

Committer:
bvirk
Date:
Sun Feb 23 01:57:35 2020 +0000
Revision:
6:c69f08f464b5
Child:
7:7b225c565fe6
All examples in own files - demo of command pattern using functionpointer array to chose example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bvirk 6:c69f08f464b5 1 ### History of micro:bit learning a simple minded man internet of things
bvirk 6:c69f08f464b5 2
bvirk 6:c69f08f464b5 3 1. [makecode.com](https://www.microbit.org/code)
bvirk 6:c69f08f464b5 4 1. blocks programming
bvirk 6:c69f08f464b5 5 2. typescript (named javascript) programming as a between layer
bvirk 6:c69f08f464b5 6 3. integration with github and sharing using links.
bvirk 6:c69f08f464b5 7 4. following links to [lancaster univercity](https://lancaster-university.github.io/microbit-docs/) and discrovery of equality of interface with typescript
bvirk 6:c69f08f464b5 8 2. [mbed.com](https://www.mbed.com/en/)
bvirk 6:c69f08f464b5 9 1. struggling with finding needed component and cross searching inside for being clever
bvirk 6:c69f08f464b5 10 2. Finding out that class Microbit is a final layer upon DAL and HAL
bvirk 6:c69f08f464b5 11 2. Poject OLED - [code snippets](https://github.com/Tinkertanker/pxt-oled-ssd1306) borrowed
bvirk 6:c69f08f464b5 12
bvirk 6:c69f08f464b5 13 ### OLED display, 128x64 pixels, ssd1306 compatible
bvirk 6:c69f08f464b5 14
bvirk 6:c69f08f464b5 15 ... is about investigation and debug alternatives - in absense of other communications (seriel usb, bluetooth)
bvirk 6:c69f08f464b5 16
bvirk 6:c69f08f464b5 17 - Displaying at OLED display
bvirk 6:c69f08f464b5 18 - Having displaying in 25 led's display as a debugging alternative
bvirk 6:c69f08f464b5 19 - Making code framents to investigate microbit soft- and harware
bvirk 6:c69f08f464b5 20
bvirk 6:c69f08f464b5 21 #### 25 led's display - class Display
bvirk 6:c69f08f464b5 22
bvirk 6:c69f08f464b5 23 Types of display
bvirk 6:c69f08f464b5 24
bvirk 6:c69f08f464b5 25 1. a stick
bvirk 6:c69f08f464b5 26 2. numbers in binary
bvirk 6:c69f08f464b5 27 1. on each row
bvirk 6:c69f08f464b5 28 1. binary
bvirk 6:c69f08f464b5 29 2. decimal coded binary
bvirk 6:c69f08f464b5 30 2. binary 25 led's as a whole
bvirk 6:c69f08f464b5 31 3. flags