Search found 3 matches
- Mon Oct 03, 2022 7:25 pm
- Forum: Arduino
- Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
- Replies: 65
- Views: 131982
Re: HCuOLED library for SSD1307 & SH1106 based OLED displays
I expected that. It's not that serious. Now that I understand, arrays for bitmaps are quite simple actually. So for the little bitmaps, like the arrows, I made a sort of binary grid on paper, then I converted the columns to hexadecimal and typed them into the PROGMEM array. It's more convenient to d...
- Sat Oct 01, 2022 4:02 pm
- Forum: Arduino
- Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
- Replies: 65
- Views: 131982
Re: HCuOLED library for SSD1307 & SH1106 based OLED displays
Thanks a lot !
I tried everything you said and it works perfectly.
I managed to display the bitmaps that I wanted.
Just in case, can we rotate a bitmap?
I tried everything you said and it works perfectly.
I managed to display the bitmaps that I wanted.
Just in case, can we rotate a bitmap?
- Thu Sep 29, 2022 5:31 pm
- Forum: Arduino
- Topic: HCuOLED library for SSD1307 & SH1106 based OLED displays
- Replies: 65
- Views: 131982
Re: HCuOLED library for SSD1307 & SH1106 based OLED displays
Hello, First of all, thank you for this library, it works really well. I tried many others for 0.66 wemos screen but they didn't work. I didn't quite understand how to use the function HCuOLED.Bitmap(Cols, ByteRows, BitmapData[]); The link to the converter no longer exists. Can you help me display a...