Página 1 de 1

display oled 0,91

Enviado: 19/Nov/2018, 14:59
por davidsonfp1
ola a todos sou novo aqui e gostaria de saber como usar de forma bacana o display oled de 0,91 polegadas mas não estou encontrando um geito para posicionar os caracteres por exemplo quero deixar um numero grande e logo apos o numero uma palavra so que menor como faço para orientar esse comando? desde ja agradeço muito a atenção

Re: display oled 0,91

Enviado: 30/Nov/2018, 14:45
por GabrielMajaron
Olá, seja bem vindo!

Pode dizer qual biblioteca está usando?
Existe alguns projetos do Fernandok com display oled onde ele usa a "SSD1306.h".

Cada biblioteca possui suas funções específicas, no caso da SSD1306 (e diversas outras) a função para mudar o texto de tamanho é a setFont, ex:

screen.setFont(ArialMT_Plain_10);

Considerando que "screen" é o nome do objeto SSD1306.

display oled 091

Enviado: 11/Fev/2019, 00:22
por TimothyLug
Randomly my Oled started to get lines running through the display,

If i press down on the bottom of the screen the lines seem to disappear…

Is there anyway to fix this? seems like its not making proper contact or something.

display oled 091

Enviado: 10/Jul/2019, 09:02
por Barrysazib
Hi,

Wondering if it is possible to display extended characters, in/on an oled TextBox for instance the symbol used for degree in temperature, and how to go about that.

Thanks

Sean

display oled 091

Enviado: 01/Ago/2019, 17:43
por Shermanwence
Not sure if this helps, but the degree symbol is part of the extended character set 127-255 so may not be available in the font you are using.
And I think the degree symbol is 176 decimal, not 247.
No idea on the brightness issue as I have not yet had a need to play with the OLED display.

display oled 091

Enviado: 22/Ago/2019, 11:38
por kunicksSob
Hi,
I have used other oled displays from other manufactures Adafruit and have been able to display the degree symbol using char247, however this does not work on the OLED128.
Can you please tell me how to use the degree symbol when using the Droid_Sans_12 font.

Also is there a way to increase the overall brightness of the display. I am already using the brightGrayscaleTable, but it does seem to make much of a difference.

Thanks