OpenAVRc_Dev icon indicating copy to clipboard operation
OpenAVRc_Dev copied to clipboard

Add some oled driver for DYmore 2.24" oled SSD1309

Open EYITEA opened this issue 3 years ago • 10 comments

Hi, can you add this oled driver to the project. I see it's very good if you add it, oled with a size of 2.24 " will add to the luxury of your project. I'm sure it is. Because we from Indonesia really like the look of oled with a larger size. thank you.

EYITEA avatar Mar 06 '22 06:03 EYITEA

Hi,

Where could i find this oled documentation ?

Did you read this documentation (page26) : https://github.com/Ingwie/OpenAVRc_Hw/blob/V3/PCB%20Shield/Mega_2560%20core%20mini_full_2.2_PM/ShieldV2.2_bleu.pdf It explain how to use this kind of screen (switch SPI to I2C, etc ...)

Ingwie avatar Mar 06 '22 11:03 Ingwie

Et pourquoi Ducros se décarcasse ? Merci Christophe. Envoyé depuis mon téléphone Huawei-------- Message original --------De : Bracame @.>Date : dim. 6 mars 2022 à 12:03À : Ingwie/OpenAVRc_Dev @.>Cc : Subscribed @.***>Objet : Re: [Ingwie/OpenAVRc_Dev] Add some oled driver for DYmore 2.24" oled SSD1309 (Issue #59) Hi, Where could i find this oled documentation ? Did you read this documentation (page26) : https://github.com/Ingwie/OpenAVRc_Hw/blob/V3/PCB%20Shield/Mega_2560%20core%20mini_full_2.2_PM/ShieldV2.2_bleu.pdf It explain how to use this kind of screen (switch SPI to I2C, etc ...)

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

testeur68 avatar Mar 06 '22 12:03 testeur68

okay, thanks for all the help, I'll try it and greetings from Indonesia for all of them.

EYITEA avatar Mar 06 '22 12:03 EYITEA

I use an SSD1309 OLED for my project, but not the DIYMore version. In fact, i thought i gave a DIYMore OLED to @Ingwie. Green OLED is okay in low light levels, but not so good outdoors. I also noted that some OLED displays put quite a bit of noise on the supply rails. Just My opinion, best of luck.

sloped-soarer avatar Mar 07 '22 16:03 sloped-soarer

If so what is the impact on radio? Does it affect the speed of data transmission? Thank you

EYITEA avatar Mar 08 '22 15:03 EYITEA

Hi, Hello, Bonjour, SSD1306 (1309) driver do the same job -> No impact. Some LCD are faster and alow very low latency on very fast protocols. I2C drivers "paint" the screen whith several pass to keep the better computation timing. There is no low speed code in OpenAVRc to give to the pilot the better experience posiible.

Ingwie avatar Mar 08 '22 19:03 Ingwie

Very good information, I am very happy to meet you all. I will continue to study to learn more about OpenAVRc.

EYITEA avatar Mar 09 '22 01:03 EYITEA

Hi, Hello, Bonjour, SSD1306 (1309) driver do the same job -> No impact. Some LCD are faster and alow very low latency on very fast protocols. I2C drivers "paint" the screen whith several pass to keep the better computation timing. There is no low speed code in OpenAVRc to give to the pilot the better experience posiible.

Hi, I'm planning to implement RTC into my radio, but I'm using an i2c oled LCD type, if I want to implement it simultaneously, is that possible, or can I simply add a multiplexer module so that both can run simultaneously. Thanks.

EYITEA avatar Nov 18 '22 09:11 EYITEA

Yes you can use rtc with an i2c screen. But sometime we need to remove the pull-up on sda and scl signals (only if you have some issue).

pierrotm777 avatar Nov 18 '22 09:11 pierrotm777

Thanks for the information, I'll try it.

EYITEA avatar Nov 18 '22 09:11 EYITEA