Are there any ways that can automatically display stuff like PPTs on OLED?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
XiaoMaker
 
Posts: 1
Joined: Thu Nov 17, 2022 11:56 am

Are there any ways that can automatically display stuff like PPTs on OLED?

Post by XiaoMaker »

I am currently working on a weather station project and u8g2 library takes up too many storage...and I tried to find a function in adafruit library buut failed. Could some one help with that? Components are OLED 0.96'' for display and DHT22 for sensor.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Are there any ways that can automatically display stuff like PPTs on OLED?

Post by adafruit_support_mike »

The only PPT extension I know is PowerPoint files, which I assume you don't need.

Our library of graphics primitives is named GFX:

https://github.com/adafruit/Adafruit-GFX-Library

and works with all our displays. We have an OLED weather station project over in the Learning System if that helps as a reference:

https://learn.adafruit.com/huzzah-weather-display

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”