Search the Community
Showing results for tags 'OLED'.
-
Edit 09.12.2016: I added Arial_16x24.h and Arial_24x40 (really a 24x36, but I had to keep a multiple of 8), digits only, created with GLCD Font Creator (I had to edit the result slightly manually). See images below. So I can confirm that adding any further fonts created with GLCD Font Creator works (I run it on Linux on wine BTW) and is only limited by how much fits into the SSD1306_OLED_5x8_11x16_16x24_24x36_fonts.zip
- 9 replies
-
- OLED
- MSP430G2553
-
(and 1 more)
Tagged with:
-
Hi there, I have written a driver API for SSD1308 based I2C OLEDs (can be used with SSD1306 too with no/only minor changes in the initialization routine) which I will use for my C3ii INS Stellaris Booster Pack (http://e2e.ti.com/group/microcontrollerprojects/m/msp430microcontrollerprojects/664688.aspx). The driver is comparable to the 'Simple Display' example from the EVALBOT. The API relies on my Stellaris I2C driver which you can find here: http://forum.stellarisiti.com/topic/417-i2c-with-stellaris-lm4f120h5qr-working-driver-api-example-code/ or here http://e2e.ti.com/support/mic
-
My first project. Underwater clock. Used msp430g2553.
-
I got hold of 4D Systems' new 1.5" 128x128 OLED display BoosterPack and let me tell you, this display is awesome. Brilliant colors, wide viewing angle, sharp, a real eye candy. Specs: 128 x 128 1.5
-
The OLED display on the evalbot got very dim now. It is like 2 years since I have it. The last time it was turned on the OLED is ok. The bot was turned on only very occasionally. Is there anything can be done to fix or does it reached its time? Thanks in advance.
-
Just dropping off a super simple code snippet. This uses aBugsWorstNightmare's I2C API (http://forum.stellarisiti.com/topic/417-i2c-with-stellaris-lm4f120h5qr-working-driver-api-example-code/) to collect data from a BMP085 barometric pressure sensor. I've been rolling my own interrupt based I2C API to utilize the EOC on the BMP085 as well as another I2C device that has interrupt abilities. ABWN's API was super simple to use for testing. In the picture, the last 2 digits of the barometric pressure look blurred simply from the sample rate being so fast. The MSP430 version of this software tak
-
Driver and library for the OLED Booster Pack for use on the Stellaris Launchpad. It's a simple port from the USCI version I put together for the MSP430 Launchpad. This version does not include frame buffer support. Next version will have frame buffering for better control and animations. Button functions are not implemented but can be added to the buttons driver file. Maybe that will be in the next version too. BinaryClockHole.zip StellarPad_OLED.zip