Serial OLED Module (20x4) SKU: 28623
Serial OLED Module (20×4)
$36.40 CAD
OLEDs are simply the next step up in display technology. Sure, a regular LCD may work, but you should use OLEDs when you need a much brighter display, much better viewing angle and lower current consumption!
Out of stock
Description
“Wow – that’s sharp!”
That’s what you’ll think when you see these larger 20×4 yellow-on-black organic LED display units. With sharper contrast and a wider viewing angle, these simply put regular LED displays to shame. And since it’s build by the same smarty-pants people that do the PICAXE, you know it’s a well thought-out device, as it’s running from a PICAXE-18M2 controller, allowing simple serial communication (2400,N,8,1) with practically any microcontroller.
The AXE133 firmware the controller uses can also be modified and reloaded to tweak the display to your own purposes. In the PICAXE programming environment, it’s located under File / Open / Samples / AXE133 Serial OLED.bas, or it can be downloaded from here.
Using the module:
From a PICAXE, it’s as simple as:
serout B.7, N2400, (“Hello World”)
For Arduino, there’s a full library:
//AXE133Y Example Sketch
#define oledPin 5
#include
AXE133Y OLED = AXE133Y(oledPin);
void setup() {
OLED.clearScreen();
OLED.splash(” Hello World!”);
}
void loop() {
}
This soldering kit includes the 20×4 OLED display, 18M2, PCB and all components
More Info
Weight | 0.066 kg |
---|---|
Dimensions | 11 × 8.5 × 2 cm |
Characters |
Only logged in customers who have purchased this product may leave a review.
Related products
-
3300µF Electrolytic Capacitor
SKU: CP3300uFA 3300µF 6.3V electrolytic capacitor is good for short-pulse solarengine circuit designs.$2.29 CADIn stock
Add to cart -
Solarbotics Sumovore Baseplate Upgrade
SKU: K SV-UPG1For owners of Sumovores purchased prior to May 2005, this kit solidifies your Sumovore with a powder-coated steel baseplate!$9.09 CADIn stock
Add to cart -
Infrared Optical Sensor
SKU: IR1These infrared photodiodes are a proven light sensor in BEAM technology.$1.79 CADIn stock
Add to cart -
Line Sensor
SKU: QRD1114IR emitter and receiver in one package for close-range optical detection (sold individually)$1.79 CADIn stock
Add to cart -
0.1µF Monolithic Capacitor
SKU: CP0.1uF0.1µF monolithic ceramic capacitor with many general purpose electronic applications.$0.39 CADIn stock
Add to cart
Reviews
There are no reviews yet.