Skip to content

Commit

Permalink
GitHub markdown formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lprader authored and mkellner committed Feb 27, 2019
1 parent ce088d6 commit 33edeb1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion documentation/displays/wiring-guide-adafruit-OLED.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/adafruit-oled.jpg" height=225>
<img src="./images/adafruit-oled.jpg" height=225>

## Specs

Expand Down
6 changes: 3 additions & 3 deletions documentation/displays/wiring-guide-crystalfontz-eink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/eink-display.jpeg" height=350>
<img src="./images/eink-display.jpeg" height=350>

## Specs

Expand All @@ -13,7 +13,7 @@ Revised: October 23, 2018
| **Size** | 2.9" 128x296
| **Type** | EPD (Electronic Paper Displays)
| **Interface** | SPI
| **Drivers** | video [destm32s](../../documentation/drivers/destm32s/destm32s.md), No touch
| **Drivers** | video [destm32s](../../documentation/drivers/destm32s/destm32s.md), no touch
| **Availability** | [128x296 ePaper Display](https://www.crystalfontz.com/product/cfap128296c00290-128x296-epaper-display-eink)
| **Description** | This is a TFT active matrix electrophoretic display (ePaper/E-Ink) with 1-bit white/black full display capabilities.<BR><BR>One benefit of this display is very low power consumption. The only time you need to provide power to this ePaper module is while updating the display. Once the image is displayed you can remove the power source and the display will continue to display the image appropriately.<BR><BR>We used the destm32s adaptor board to interface with the display. See: Crystalfontz part CFAP128296C0-E1-1 on the [display product](https://www.crystalfontz.com/product/cfap128296c00290-128x296-epaper-display-eink) page.

Expand All @@ -26,7 +26,7 @@ cd $MODDABLE/examples/piu/love-e-ink/
mcconfig -d -m -p esp/crystalfontz_monochrome_epaper -r 270
```

## ESP8266 Pinout
## ESP8266 pinout

| eInk Display | ESP8266 | ESP8266 Devboard label
| --- | --- | --- |
Expand Down
4 changes: 2 additions & 2 deletions documentation/displays/wiring-guide-generic-2.4-spi-esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/spi-touch-display.jpg" height=250>
<img src="./images/spi-touch-display.jpg" height=250>

## Specs

Expand All @@ -30,7 +30,7 @@ mcconfig -d -m -p esp32/moddable_zero

| ILI9341 Display | ESP32 |
| --- | --- |
| SDO / MISO | GPIO 12
| SDO / MISO | GPIO 12 |
| LED | 3.3V |
| SCK | GPIO 14 |
| SDI / MOSI | GPIO 13 |
Expand Down
2 changes: 1 addition & 1 deletion documentation/displays/wiring-guide-generic-2.4-spi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/spi-touch-display.jpg" height=250>
<img src="./images/spi-touch-display.jpg" height=250>

## Specs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/Sharp_Memory_LCD_LS027B7DH01.jpg" height=275>
<img src="./images/Sharp_Memory_LCD_LS027B7DH01.jpg" height=275>

## Specs

Expand Down
2 changes: 1 addition & 1 deletion documentation/displays/wiring-guide-switch-science-LCD.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

<img src="images/switch-science-LCD-relective-display.jpg" height=225>
<img src="./images/switch-science-LCD-relective-display.jpg" height=225>

## Specs

Expand Down

0 comments on commit 33edeb1

Please sign in to comment.