You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: PiWars 2018 Build Journal - Choosing the display
5
5
layout: post
6
6
---
@@ -22,9 +22,11 @@ Next are the various Neopixel types. There are at least 3 I'm interested in for
22
22
23
23
## Microview Pros and Cons
24
24
25
-
(paid links)
25
+
The Microview is a small Arduino 328 based microcontroller with a built in LED display, along with IO pins for controlling and sensing. It has a programmer board with a USB interface for programming from a computer.
[MicroView on Sparkfun](https://www.sparkfun.com/products/12923)
28
+
29
+
{% img_responsive "content/2018/04/cube-demo.jpg", "The Microview Cube Demo" %}
28
30
29
31
### Pros
30
32
@@ -48,6 +50,8 @@ Next are the various Neopixel types. There are at least 3 I'm interested in for
48
50
49
51
## Simple LED's
50
52
53
+
What about a bunch of just LED's, maybe even a grid of them? Connect to IO pins. This can include the single coloured type, or the non-addressable RGB type.
54
+
51
55
### Pros
52
56
53
57
* Very simple to think about and interface.
@@ -60,41 +64,39 @@ Next are the various Neopixel types. There are at least 3 I'm interested in for
60
64
* They will need a resistor each.
61
65
* Very low resolution - probably only a few LED's here and there.
An interesting variant of this are the LED noodles, which could be huge fun as Tron like trim around robots.
66
68
67
-
## Neopixels
69
+
## Neopixels and RGB Addressable LED's
68
70
69
71
This is a class of displays - which have a set of common pro's and cons, then some for each format.
70
-
The defining features of them is that they are colourful, daisy-chainable LED configurations.
72
+
The defining features of them is that they are colourful, daisy-chainable LED configurations, with the ability to set he colour of each LED individually.
0 commit comments