InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
U8g2 Alternatives
Similar projects and alternatives to u8g2
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
TFT_eSPI
Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
-
-
-
STMems_Standard_C_drivers
Platform-independent drivers for STMicroelectronics MEMS motion and environmental sensors, based on standard C programming language.
-
SparkFun_Micro_OLED_Arduino_Library
Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
BME280_SensorAPI
Bosch Sensortec BME280 sensor driver. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community
-
-
NOKIA5110_TEXT
ASCII text Library for the Nokia 5110 LCD ( PCD8544 controller) for the Arduino microcontroller eco-system. Nine ASCII text fonts of various sizes . Designed to be light weight, low memory footprint. Tested on Arduino , STM32 and ESP-X
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
u8g2 discussion
u8g2 reviews and mentions
- DIY Mahjong Scorer Guide with Chito - mahjongAsst
-
Anyone had success displaying anything on GME64128-11 type displays?
Try the https://github.com/olikraus/u8g2/wiki library.
-
I need help with transparent display. More info in the comments
If you want to stick with the u8g2 library, be sure to check out the u8g2 wiki for some more information. There's a lot of info on the setup page and I find the u8g2 reference especially useful in practice.
-
Arduino with OLED
Check out the U8G2 library if you're going to work with OLED displays. It's really the best one out there and it does it all, supporting multiple OLED displays with the one library. It also has excellent support for numerous fonts in different sizes.
-
Library design that is not fixed to a specific mcu
I have been considering two different methods for achieving this. The first method is the one that Olikraus uses with the u8x8 library, which implements a callback system that handles the hardware abstraction layer. The second method that I have been contemplating is using i2cdev, which allows for sharing the i2c port with other threads.
-
Sketch - Cardboard - Improved cardboard. Next step: Laser cut case
I use the u8x8 library (https://github.com/olikraus/u8g2/wiki/u8x8reference) for the display. I like this library a lot!
-
I need some help, I want to "rotate" the screen by 180 degrees. I am just printing some simple data on the screen for my modified nerf gun. Any advice on how to do it?
Use u8g2, awesome library, very flexible, works with everything.
-
Both SH1106 and SSD1306 displays..?
Try U8G2. It works with both these OLEDs and many more.
-
STM32F411RE and SH1106 OLED Display
For displays like this, I strongly recommend the U8G2 (https://github.com/olikraus/u8g2) library. It has support for pretty much everything. However, you might need to find/write/tweak your own "hal" later, which is just a couple of simple callback functions that bridge it to the I2C or SPI ports of your MCU.
- 128x64 OLED display not working properly
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 Sep 2024
Stats
olikraus/u8g2 is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of u8g2 is C.