u8g2 icon indicating copy to clipboard operation
u8g2 copied to clipboard

No image on "HG-9616W-0.69-8PIN" (SSD1306 96X16 oled)

Open mahmeh opened this issue 2 years ago • 5 comments

Hi, i have been struggling to get this display module to work, i always turn to u8g2 when trying a new mono screen but i cant seem to get anything on this display, im in contact with the manufacturer, but in the mean time i wanted to check if this display is compatible with the SSD1306 96X16_ER Constructor

Data sheet: HG-9616W-0.69-8PIN.pdf Another data sheet from another supplier on Aliexpress, i think its the same HNX-069WH8P01.pdf

mahmeh avatar Jul 12 '22 13:07 mahmeh

Did you provide the 7v at pin 7?

olikraus avatar Jul 12 '22 18:07 olikraus

I have tried, but the manufacturer is unclear if that is needed or not, the datasheet says a cap should be connected to pin 7 if the internal regulator is used, but no value is specified and the manufacturer have not got back to me on that.

I'm gonna do some more tests with 7v applied, but i would prefer to use the internal regulator if possible

On Tue, Jul 12, 2022, 20:56 olikraus @.***> wrote:

Did you provide the 7v at pin 7?

— Reply to this email directly, view it on GitHub https://github.com/olikraus/u8g2/issues/1909#issuecomment-1182272014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXM6N7TR65MOZERCZIM2J3VTW5UJANCNFSM53LBUPDA . You are receiving this because you authored the thread.Message ID: @.***>

mahmeh avatar Jul 12 '22 21:07 mahmeh

Have a look at this display: https://www.buydisplay.com/graphic-i2c-0-69-inch-96x16-oled-display-mp3-module-white-on-black

The corresponding datasheet (https://www.buydisplay.com/download/manual/ER-OLED0.69-1_Series_Datasheet.pdf) clearly states that you need to connect two caps connected to four dedicated pins. Those pins are not their with your display, so I assume you need an external 7V power supply.

Additionally u8g2 needs to be modified, because u8g2 will always activate the internal charge pump.

olikraus avatar Jul 12 '22 21:07 olikraus

Thanks, disabling the built in regulator was what i was missing i think, i manged to get image on the display now! Some weird artefacts but might be my sketchy test setup

On Tue, Jul 12, 2022, 23:16 olikraus @.***> wrote:

Have a look at this display: https://www.buydisplay.com/graphic-i2c-0-69-inch-96x16-oled-display-mp3-module-white-on-black

The corresponding datasheet ( https://www.buydisplay.com/download/manual/ER-OLED0.69-1_Series_Datasheet.pdf) clearly states that you need to connect two caps to four dedicated pins. Those pins are not their with your display, so I assume you need an external 7V power supply.

Additionally u8g2 needs to be modified, because u8g2 will always ativate the internal charge pump.

— Reply to this email directly, view it on GitHub https://github.com/olikraus/u8g2/issues/1909#issuecomment-1182508078, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXM6NZVC7FBTOVYR2YRJWDVTXOBVANCNFSM53LBUPDA . You are receiving this because you authored the thread.Message ID: @.***>

mahmeh avatar Jul 14 '22 15:07 mahmeh

Working flawlessly when controlling the reset pin with the mcu, instead of just pulling it high. Thanks for helping me solve this

On Tue, Jul 12, 2022, 23:16 olikraus @.***> wrote:

Have a look at this display: https://www.buydisplay.com/graphic-i2c-0-69-inch-96x16-oled-display-mp3-module-white-on-black

The corresponding datasheet ( https://www.buydisplay.com/download/manual/ER-OLED0.69-1_Series_Datasheet.pdf) clearly states that you need to connect two caps to four dedicated pins. Those pins are not their with your display, so I assume you need an external 7V power supply.

Additionally u8g2 needs to be modified, because u8g2 will always ativate the internal charge pump.

— Reply to this email directly, view it on GitHub https://github.com/olikraus/u8g2/issues/1909#issuecomment-1182508078, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXM6NZVC7FBTOVYR2YRJWDVTXOBVANCNFSM53LBUPDA . You are receiving this because you authored the thread.Message ID: @.***>

mahmeh avatar Jul 30 '22 13:07 mahmeh