IT News · @itnewsbot
3556 followers · 268537 posts · Server schleuss.online

OLED Display Lets Vintage PC Engage Turbo Mode in Style - Back in the 486 days, it was common to see a “Turbo” button on the front panel of ... - hackaday.com/2023/07/28/oled-d

#oled #ssd1306 #turbobutton #arduinohacks #retrocomputing

Last updated 1 year ago

Is anyone interested in a walkthrough of my OLED/LCD code which shows how to prevent flicker when working without a back buffer? I see a lot of SSD1306 projects which flicker when they update (even with a back buffer).



#oled #ssd1306 #C

Last updated 1 year ago

Allanon · @allanon
21 followers · 109 posts · Server mastodon.uno

Il display che ho preso con non da la possibilità di cambiare font o utilizzare font più grandi... dopo ever girato mezza internet ho deciso di aggiungere una parte ai driver per poter stampare numeri a grandezza variabile mappando ogni numero in una matrice 3x5, ad esempio lo zero viene mappato così:
[1,1,1]
[1,0,1]
[1,0,1]
[1,0,1]
[1,1,1]
Con questa matrice poi disegno il numero utilizzando il filled box... sembra che funzioni...

#oled #ssd1306 #micropython #raspberry #pipico #pico #pi

Last updated 2 years ago

Alexis_Krier · @Alexis_Krier
20 followers · 621 posts · Server mastodon.social

Going to hack this dropped polling station.

- Replace batteries 🔋 with lithium rechargeable ones with USB c
- add oled screen to get feedback and results

#arduino #ssd1306 #oled #battery

Last updated 2 years ago

Ben · @benhencke
91 followers · 42 posts · Server leds.social

Among other things, I shaved bytes off by leveraging the reset state of the MCU and OLED screen. This meant a lot less initialization code than you'll see elsewhere for this display. This code inits I2C and then the display, 14 instructions in a macro, not counting reusable subroutines.

#ssd1306

Last updated 2 years ago

Grégory PAUL · @paulgreg
130 followers · 1646 posts · Server framapiaf.org

Connect an SSD1306 Oled display directly into an HDMI port ! A (useless) very nice hack ! mitxela.com/projects/ddc-oled

#hack #oled #ssd1306 #hdmi #electronic

Last updated 2 years ago