Arduino Tutorial: OLED Display Bitmap Graphics on Arduino Uno using U8g library

preview_player
Показать описание
Arduino Tutorial: OLED Display Bitmap Graphics on Arduino Uno using U8g library and LCD assistant.

Want to learn to code?

Рекомендации по теме
Комментарии
Автор

That looks awesome! Turning it into a playable Space Invader would be fun!
PS: I didn't know about LCD Assistant, thanks for sharing.

HariWiguna
Автор

I can't even describe how long it's taken me to realize that "PROGMEM" was supposed to be inserted, if you hadn't said this i'd be lost for who knows how long. Thank you

petarmarkovic
Автор

Yes please. Space Invaders please.  :-)

While I am waving my hand in the air, I would also request you base it on a small, cheap Arduino clone, and show the details of integrating the buttons.  :-D

SimplyDudeFace
Автор

hi!!! awesome video
but i"m trying to copy paste other graphics in your scatch and it dosen"t work.
i"m only changing the pixels what can i do wrong??

eli
Автор

Thank you for your video !
But i have some trouble : " "frame" was not declared in this scope".
But like you, i wrote the code in void draw and void loop. Did i miss something ?
(Forgive my english and thank you for your tutorial).

DameRavla
Автор

Thank you so much
I have been trying so many ways but the way u suggested is absolutely working..!!

anudeep.
Автор

Ha! I wish I'd have seen this before. I ended up writing code to grab flash (swf) generated images and convert them into gfx for this OLED. My program uses no libraries though for easy distribution (ATMEGA2560) but the oled() config. is based on Adafruits library code.

bigsailboatproject
Автор

I did some test with different SSD1306 libraries, u8glib is not usable for graphics/animations, it is the slowest of all and the most difficult to use of all. Adafruit lib is ok but bulky and the OLED_I2C library is stunning, small in compile size, fast and easy to use. Search google or github.

codebeat
Автор

Hi can you make tutorial about drawing bmp images? like how to write text so small, the text doesnt go that small when you use 128x64 the smallest text size is 8 i think and too big, how do you get the small squars to show so i can fill each square to make the text.is there a grid in paint? Do you understand what i mean?
There should be a dedicated bmp creator for monocrome displays that shows each pixel so you can fill it in to create pictures easyer.

duncanyoung
Автор

This one maked me subbed to your channel....i actually want that game on my uno as i´m using the same kind of display myself ;)

tubical
Автор

maybe you could do an updated video for the new u8g2 library? the old one doesn't seem to work anymore.

rallekralle
Автор

Hi, great video . What I want to know is how you can draw the bitmap so vividly ? it seem difficult to do it one by one pixel manually . so any shortcut to create the array ?

TheXuism
Автор

Love your videos! very clear. very helpful.

tycstahX
Автор

Hello Friend! I like many of your videos. serial is it possible to use such an animation on the 128x64 lcd display? and what changes would be needed

Thiago_Eletricista_o_Mutreta
Автор

That would be killer to see that as an actual mini space invaders game! :-)

DogRox
Автор

Black and white. I have a 1331 color oled that is 96 x 64. I have a 19k bitmap I want to display but I cannot find any program to convert it into a c array that can be stored in memory and then read from the array into the display?? There only seems to be black and white converters and drawImage routines in the adafruit gfx lib only seem to read in black and white or grey scale images???
If you want to display a color image on the display you HAVE TO READ IT FROM AN SD CARD! I do not have nor do I want to add an SD CARD just to display what I want as a splash screen logo! 96 x 64 x 24bits is just around 19KB. Is this to large to store in mem?

ctbram
Автор

Where I can find the LCD Assistant?? The official site is unavailable.

voa.aquino
Автор

can you help me to build a sketch, based on your code with an animated "asus republic of gamers" logo ? im a noob in arduino and need it for my gaming pc :D i want to place the little oled in my case.

wenco
Автор

Can you tell me what I need to make 1in battery powered screen squares that display images that I make in Ms paint?

ryanwakebradtelle
Автор

THANK YOU SIR i have made it thank you very much can you make a vedio on running animations again thank you very much

mdafroz