Jump to content

Recommended Posts

Posted

Hey out there,

I received another bunch of OLEDs from China and they are much darker than the others I had before. Is there any solution on the software-side for that issue? 
I don't know what I need to change on the hardware-side / on the OLEDs to make them brighter....

Thanks,
Chris

Posted

Alright. I found a way to boost the brightness of the OLEDs. 

It's in the app_lcd.c of the universal-driver folder in line 678

APP_LCD_Cmd(0x7f); // middle

change it to

APP_LCD_Cmd(0xff); // high

done!

But anyway: My new oleds are still much darker than the other ones.... 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...