Skip to content

liddqd/OLED-BongoCat-Revision

 
 

Repository files navigation

OLED-BongoCat-Revision

This is a revised version of other projects that create the BongoCat animations for firmware on embedded OLED screens, fixing issues and adding new features.

This project was made specifically for the Satisfaction75 Round 2 (AKA rev1), though its code can likely be stripped and repurposed for other 128x32p OLED screens.

Reddit Post

Minimal Mode Update Post

Gif of the Bongo Cat Animation for the Sat75!

Improvements Made

  • Updated code to support Satisfaction75 Round2/Rev1 firmware
  • Tracked the animations directly to the user's keyboard inputs, as opposed to the original tracking to words-per-minute
  • Changed the animation behavior to use a state machine between idle, prepare, and tap animation states
  • Added system clock to Bongo Cat display mode
  • Fixed bugs related to flickering, screen mode settings, inactivity timeouts

Minimal Mode Update

The newest version of the code (including the .bin file) also inlcudes a "Minimal Mode", with just the Bongo Cat and no stats displayed. The animation is also shifted over to be more centered in this mode.

You can cycle through the Satisfaction75's OLED modes by using the ScrnMd/OLEDMode keycode in Via (default keymap has it as fn+encoder-press)

Posts/Projects Used

How to Use

  • If you plan to use this on a Satisfaction75 R2, you can simply flash the included cannonkeys_satisfaction75_rev1_Pedker.bin file to your board using QMK Toolbox or any other means. You can follow this guide, but please flash at your own risk.

  • I am not sure if this will work for the Satisfaction75 Round1 (Rev0), so definitely flash that at your own risk.

  • Alternatively, you can include the changes made to your own firmware by either replacing the files or editing them to match the files included here

  • bongo.h: all (new file)

  • rules.mk: lines 26, 28, 29

  • satisfaction75.h: lines 16, 61, 62

  • satisfaction75_oled.c: lines 3-5, 32-37

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 98.7%
  • Makefile 1.3%