Jump to content
43oh

MSP430G2553 + SSD1306 OLED (I2C) + 5x8, 11x16, 16x24 and 24x36 fonts


Recommended Posts

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

post-39290-0-67906900-1481131521_thumb.jpg

post-39290-0-28318300-1481219205_thumb.jpg

post-39290-0-60051400-1481310814_thumb.jpg

SSD1306_OLED_5x8_11x16_16x24_24x36_fonts.zip

Link to post
Share on other sites
  • 2 weeks later...

How can I use this library with Energias Wire.h library?

As soon as I add Wire.h the display gets out of sync. But I need Wire.h to use another I2C module.

 

Do you know if replacing every I2C related instruction in the library with a function from Wire.h could help?

Is it possible to reduce a font to only support numbers by deleting the unneeded entries in the font header?

 

I am thankful for any help.

Link to post
Share on other sites

I didn't try attaching any further I2C devices. I suggest you open a new topic for your problem. The solution will surely be helpful to others too.

 

Yes, you can delete the unneeded entries from the smaller fonts (the bigger fonts only have number already because they won't fit into this IC), but see the code for the bigger fonts and adjust it (basically change to s.charAt(j)-'0').

Link to post
Share on other sites
  • 3 years later...
  • 2 weeks later...
On 2020/7/3 at AM12点35分, Rei Vilo said:

检查所选的I²C端口,有两个,它们与非ET和ET LaunchPad板不同。 

thanks for your reply! because I need to use wire.h, I give up this library  and find another way to run OLED.But I have another quesetion:what are the difference between Sortware I2C on LaunchPad(P2.1,P2.2) and other GPIOs that use software I2C? I try to use other GPIOs instead of P2.1,P2.2. Does energia  has the library about it? 

Link to post
Share on other sites
15 hours ago, Rei Vilo said:

I’ve developed the Master I²C Software Library.
 

Please refer to the home page, the GitHub repository and the thread in this very forum. 

Thank you very much indeed!When I try to use SPI.h and Wire.h(even just #include <Wire.h> in the code), my progam has uncertain error while running.

And your library help me a lot,I needn't care about limited i2c resource and errors between SPI.h and Wire.h in energia.

By the way, I have searched  for software I2C library in 43oh  search bar, but I can not find satisfied information   in the previous  page.

I should search for this in Energia Libraries FORUMS at first next time.pages

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...