ATtiny84-TinyCalibrator VS Tiny4kOLED

Compare ATtiny84-TinyCalibrator vs Tiny4kOLED and see what are their differences.

ATtiny84-TinyCalibrator

OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys (by wagiminator)

Tiny4kOLED

Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C (by datacute)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ATtiny84-TinyCalibrator Tiny4kOLED
1 4
48 237
- -
0.0 2.4
over 1 year ago about 2 months ago
C++ C
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ATtiny84-TinyCalibrator

Posts with mentions or reviews of ATtiny84-TinyCalibrator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-31.

Tiny4kOLED

Posts with mentions or reviews of Tiny4kOLED. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-26.
  • There must be a way to greatly simplify this code, but I can't figure it out
    2 projects | /r/arduino | 26 Jan 2021
    For example, if you look at the datasheet for the SSD1306 you'll see documentation of various “commands”. You'll see those same commands in the source code of the library you're using. You only need to see how one maps to the other, to be able to replicate it, and start getting direct access to the capabilities of the hardware.
    2 projects | /r/arduino | 26 Jan 2021
    Now, for how to actually make the screen do what you want. This is the implementation of the bitmap function. This takes as its final parameter an address to some data in PROGMEM. When you make a call with a literal (e.g. oled.bitmap(..., 0x08);) you're telling it that the address to read the bitmap data from is in 0x08 PROGMEM3 .

What are some alternatives?

When comparing ATtiny84-TinyCalibrator and Tiny4kOLED you can also consider the following projects:

ssd1306 - Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms

esp8266-oled-ssd1306 - Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32

micronucleus-firmware - Fork for the firmware / digispark part of the micronucleus repository

Attiny85 - RubberDucky like payloads for DigiSpark Attiny85

ATTinyCore - Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8

rpi-openwrt-packages - This repo contains packages for wiringpi and i2ctools / python-smbus for use in OpenWRT / Raspberry Pi

lcdgfx - Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms

relay-bypass - Soft touch relay bypass for DIY guitar pedals

MiniCore - Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB

ssd1306 - C++11/17 driver to operate SSD1306 OLED using AVR8.

MightyCore - Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535

PJON - PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.