Skip to content

Commit

Permalink
update OLED info
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmxmx committed Feb 26, 2017
1 parent 90137b8 commit 840cdcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions BOM_rev.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

`GND - VCC - D0 - D1 - RST - DC - CS`, or

`GND - VCC - CLK - MOSI - RES - DC - CS`
`GND - VCC - CLK - MOSI - RES - DC - CS`, or

- **make sure you get the right size**: 1.3" (not 0.96")!
`GND - VDD - SCK - SDA - RES - DC - CS`

- **make sure you get the right size**: 1.3" (not 0.96")! and once you've received it, make sure the display is configured for **SPI** (see resistors/labels on the back side of the OLED).
- alternatively, [here](https://github.com/mxmxmx/O_C/tree/master/hardware/gerbers/128x64_1_3_oled) are **.brd/.sch** files for a/the OLED carrier board. in that case, you'd need to get the **bare** OLED (and some passives). [for example here](http://www.buydisplay.com/default/serial-spi-1-3-inch-128x64-oled-display-module-ssd1306-white-on-black) (though there's cheaper options for getting bare OLEDs).

###SMD resistors (0805):
Expand Down
2 changes: 1 addition & 1 deletion soft/t_u_REV/TU_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
//
// GENERATED FILE, DO NOT EDIT
//
#define TU_VERSION "TU_1.1a1"
#define TU_VERSION "TU_1.1.1"
#endif

0 comments on commit 840cdcb

Please sign in to comment.