Тёмный

Tutorial-1: OLED Display Programming Basics 

ElectroCreativity
Подписаться 1,1 тыс.
Просмотров 22 тыс.
50% 1

In this tutorial series, we are going to see how to program an OLED display using any uController. I am going to explain programming irrespective of uController used. For simplicity, I am going to use Arduino Board for programming but the flow of programming and algorithm will be the same for other controllers like STM32, TivaC, ESP8266, ESP32 and any other uController with I2C bus compatibility.
For Arduino Code and more details:
oledtutorials....
Tutorial Series:
Tutorial-1: Tutorial-1: OLED Display Programming Basics
• Tutorial-1: OLED Displ...
Tutorial-2: Using GLCD For creating pattern on OLED display
• Tutorial-2: Using GLCD...
Tutorial-3: Adding English font in OLED display using any uController
• Tutorial-3: Adding Eng...
Tutorial-4: Adding Indian languages in OLED Display using any uController
• Tutorial-4: Adding Ind...

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@harrykrish7299
@harrykrish7299 3 года назад
This video is underrated. I understand, You have worked really hard to get to core of operation. The libraries of ArduinoCode are memory intensive and your video really helps to achieve some goals to create own graphics without using libraries
@ElectroCreativity
@ElectroCreativity 3 года назад
Thanks😊
@MrDuongtantai
@MrDuongtantai 2 года назад
Yeah i agree with Harry
@pranasvlogs7101
@pranasvlogs7101 2 года назад
agree with krish
@mantech6555
@mantech6555 Год назад
I think we need waay more of these kind of videos....my arduino pro mini couldn't handle any proper library I found, now i can put exactly as much in it as I need.
@risingmermo
@risingmermo 2 года назад
All I can say is you are a genius! I have no idea how you as to do this. I've been looking over the datasheet for 3 days non stop and have barely understood the i2c. Until know I didn't even understand why I had to send 0x80 or 0x40 but now I do. Thank you!
@ElectroCreativity
@ElectroCreativity 2 года назад
Thanks 😄
@mantech6555
@mantech6555 Год назад
Thank you! This was exactly waht I was looking for...I spent a whole weekend trying to make sense of others libraries and the data sheet without success. Tehn you in 20 minutes gave answers to all of my questions, thank you.
@am1manTravel
@am1manTravel Год назад
Thanks! Finally someone showing the actual grid on the OLED. Nice work!
@ElectroCreativity
@ElectroCreativity Год назад
Welcome 😊
@shrimpinpat
@shrimpinpat Год назад
Hey great video. Figured some stuff out with no experience wanted more explantions and informations other than me just copy pasting from example code until i got it working. This video helped. thanks!
@ElectroCreativity
@ElectroCreativity Год назад
Thank you for your kind word. I am glad that the video helped you😄
@Adnan_4144
@Adnan_4144 3 года назад
Thanks alot bro. It shows your hardwork and passion. Keep making such informative videos which sum the data sheet.
@ElectroCreativity
@ElectroCreativity 3 года назад
Thanks🙂
@JOHNCHENSJCA
@JOHNCHENSJCA 10 месяцев назад
Excellent and clear tutorial. Thank you very much for helping me understand the I2C protocol for OLED!
@Roman818S
@Roman818S 10 месяцев назад
By Far the best video on the interntet explaining how to control an OLED. Thank You making more!!!!
@ElectroCreativity
@ElectroCreativity 10 месяцев назад
Thanks😊
@desaoaraujo
@desaoaraujo Год назад
Thanks a lot, I finally understood how this controller works!
@sabirmulla_yt
@sabirmulla_yt 5 месяцев назад
Thanks man.. Its really helps to understand what happening underneath..
@Darkbob-ew1lk
@Darkbob-ew1lk 3 года назад
Good video, there is no much material without the libraries
@GCKteamKrispy
@GCKteamKrispy Год назад
Amazing video. Was looking for something like this for like 5 years or so😅
@ElectroCreativity
@ElectroCreativity Год назад
Thank u
@pykid1915
@pykid1915 10 месяцев назад
i was searching for this video thanku i want to build my oled library
@venug2617
@venug2617 8 месяцев назад
Super Job......Thank You Very Much....
@ElectroCreativity
@ElectroCreativity 8 месяцев назад
Welcome 😊
@vinyltheif
@vinyltheif Год назад
Top man!
@ElectroCreativity
@ElectroCreativity 11 месяцев назад
🤙
@rochdimaria
@rochdimaria 3 года назад
Great video thank you brother
@shrishailctalukar
@shrishailctalukar 3 года назад
Very helpful!
@papa-dt1cv
@papa-dt1cv 2 месяца назад
Where to buy 5inch x 2 inch display?
@akshayabdar5730
@akshayabdar5730 5 месяцев назад
Sir can you make a video to interface c2000 microcontroller f28379d ,interfacing it with c2000 microcontroller blockset in simulink and using i2c blockset from it
@ElectroCreativity
@ElectroCreativity 5 месяцев назад
This is made just to get familiar with the sequence of commands that need to be sent to the OLED. Follow the same sequence of commands in MATLAB.
@anilph7822
@anilph7822 Год назад
Fantastic nice cool man 100%
@rollandphaneuf2793
@rollandphaneuf2793 Год назад
Well explained verry usefull,
@ElectroCreativity
@ElectroCreativity Год назад
Glad it was helpful!
@user-lw9ft4vh1l
@user-lw9ft4vh1l 3 года назад
Jay Gajanan 🙏🙏🙏🙏
@AxelGonzalez-ct7nn
@AxelGonzalez-ct7nn 2 года назад
I have a question, i've been trying to follow your steps, but when i write data to DATA_REG only 4 of the pixels change, and the way they change do not relate to the binary value, what can i do in this case, btw im using a 128x32 oled and all previous steps are the same, but when it comes to writing registers i get this behavior, thanks
@ElectroCreativity
@ElectroCreativity 2 года назад
Hi Axel, For 128x32 display width remain same with respect to 128x64 display that is 128 pixel . But hight become half that is 32. So vertical 64 pixels are down sampled to 32. So if you write 01010101 then only 1's will be displayed 0's will will be discarded. Inshort, for displaying vertical 64 pixels on 32 pixels, only odd number pixels are taken from 64 to adjust it in 32 pixels.
@SilverRyuu
@SilverRyuu 11 месяцев назад
Hello. This doesn't work with HiFive Rev B board using freedom metal's implementation of i2c
@ElectroCreativity
@ElectroCreativity 11 месяцев назад
You can understand the algorithm and implement it in the respective board. You can't use this code as it is for any other board
@SilverRyuu
@SilverRyuu 11 месяцев назад
@ElectroCreativity I know. It turns out that I needed to restart Visual Studio Code and it started working. Your algorithm works perfectly, even using a different I2C library
@ElectroCreativity
@ElectroCreativity 11 месяцев назад
Glad to hear that😄
@karthikps3892
@karthikps3892 3 года назад
Thanks a lot bro, i have a doubt, in the datasheet there is no such value 80h and 40h for Data register and Command register, then where did you got these values???
@risingmermo
@risingmermo 2 года назад
Right! I swear people make datasheets as confusing as possible. I saw some code that need to send 80h but when I checked the data sheet, there was no mention of 80h
@risingmermo
@risingmermo 2 года назад
OK so I think I understand what is creating that 40h and 80h. When you want to write to the command register, you need to have that CO pin high and the D/W pin low. This is then followed by 6 0s crating 1000 0000 which is 80 in hex. This is the same for 40h where that CO pin needs to be low and the D/W pin needs to be high to write to the data register. Again followed by the 6 0s creating the 0100 0000 which is 40 in hex. The way they explain in the datasheet is the stupidesr and most confusing way. Ven explaining what the CO and D/W actually do. It's so annoying
@smallinventions5771
@smallinventions5771 Год назад
Excellent tutorial. You are really doing a great job. Thank you ..
@hasinapubgmobile4839
@hasinapubgmobile4839 3 года назад
Thnx 😖😖😖
@KJ7JHN
@KJ7JHN Год назад
SPI??? 😊
@ElectroCreativity
@ElectroCreativity Год назад
No....i2c
@user-lw9ft4vh1l
@user-lw9ft4vh1l 3 года назад
Shegao se ho aap
@ElectroCreativity
@ElectroCreativity 3 года назад
Shevgaon, Ahmednagar
@goodfood2464
@goodfood2464 Год назад
jis din arduino par kaam chhor kar direct microcontroller paer programe karna sikh jaoge zindgi me bahut kuchh pa loge ,arduino par sab bana banaya program milta hai download karo aur chalao lekin gyan kuchh nahi hota.
@ElectroCreativity
@ElectroCreativity Год назад
धन्यवाद। मैं आपके कहने से बिल्कुल सहमत हूं। हमारे ही चैनल पर ARM based micro-controller को कैसे सोल्डर और प्रोग्राम करना है उसपर भी tutorial है। बाकी इन OLED tutorials की बात किई जाए तो, मुझे इसमें बस OLED पर फोकस करना था, जो खुद समझने को कठिन है इसलिए arduino को चुना, नही तो सेम चीज stm32 या Tiva-c पर भी किई जा सकती है। ऐसेही आप अपनी प्रतिक्रिया देते रहिये....धन्यवाद🙂
@farukkozanoglu9021
@farukkozanoglu9021 7 месяцев назад
What's the nonsense in the subtitles?
@ElectroCreativity
@ElectroCreativity 7 месяцев назад
Thanks for bringing this to my attention....will change it soon
@jackevans2386
@jackevans2386 Год назад
English please ?
@ElectroCreativity
@ElectroCreativity Год назад
Sorry, I am am speaking in English only but in indian accent 😅
@Brian-nz6ns
@Brian-nz6ns Год назад
Great information, unfortunately I can't understand anything between your horrible English and poor microphone setup.
@ElectroCreativity
@ElectroCreativity Год назад
Thanks for the feedback.....From next time I will definitely take care of the audio...
Далее
OLED Displays with Arduino - I2C & SPI OLEDs
41:41
Просмотров 1,1 млн
ДОМИК ДЛЯ БЕРЕМЕННОЙ БЕЛКИ #cat
00:38
STM32 + OLED = Display Anything
18:01
Просмотров 20 тыс.
STM32 OLED TUTORIAL
22:47
Просмотров 15 тыс.
how to display images on 0.96" oled using arduino
7:07
Arduino OLED Gauge
37:14
Просмотров 63 тыс.
Raspberry Pi Pico & SSD1306 Display with MicroPython
1:00:51