-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add I2C display #179
Comments
The PCB is designed to make adding a 4 pin i2c oled easy to do. Does need
software!
Tim
…On Sun, 29 Jan 2023, 11:09 Robert van den Breemen, ***@***.***> wrote:
Display for basic information on the print using I2C display.
On display : Date/Time, Uptime, IP address, last error? Boiler modulation?
—
Reply to this email directly, view it on GitHub
<#179>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3CV4D2QNO4LAYYDDBL3UDWUZFW5ANCNFSM6AAAAAAUKF37SM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Code is there now for a small 1.3" oled directly to the header. |
Unfortunately some displays come with the pins in the correct order and
some don't!
Tim
…On Sun, 29 Jan 2023, 19:28 Dave Davenport, ***@***.***> wrote:
Code is there now for a small 1.3" oled directly to the header.
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3CV4E3CFZNGQOW6MAUPBLWU3AGTANCNFSM6AAAAAAUKF37SM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
yes, that is annoying yes.. what is worse.. some have an SSD13xx controller, some an SH1106. They live on the same i2c adress , but behave slightly different. |
Is there a way to sense that in software?
…On Sun, 29 Jan 2023, 19:34 Dave Davenport, ***@***.***> wrote:
yes, that is annoying yes.. what is worse.. some have an SSD13xx
controller, some an SH1106. They live on the same i2c adress , but behave
*slightly* different.
So you get a distorted display if they don't match.
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3CV4A7W6VFKR5Q3UP6YYDWU3A3VANCNFSM6AAAAAAUKF37SM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Not that I know off. In general I found that the 0.96" have the ssd13xx drivers and the 1.3" have the sh1106 ones. |
It would be useful to find out if the oled displays sold by the nodo shop
are compatible.
Robert has a good flame icon..
Tim
…On Sun, 29 Jan 2023, 20:07 Dave Davenport, ***@***.***> wrote:
bar on right is for icons, showing flame/etc. But I need somebody to make
the icon.
[image: image]
<https://user-images.githubusercontent.com/406245/215352903-ee8e6dd8-2b4e-4caf-b406-39bd016ea4e3.png>
[image: image]
<https://user-images.githubusercontent.com/406245/215352916-fe31e00f-2ade-4121-8ccb-1c95acc11be6.png>
[image: image]
<https://user-images.githubusercontent.com/406245/215352975-50192d67-2ec0-4cde-a057-1e899b6eeeab.png>
[image: image]
<https://user-images.githubusercontent.com/406245/215352989-fe458c37-72a4-4f58-ae2e-2e28654eb5d0.png>
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3CV4CS5V6JGVWCO4WXQSTWU3EXLANCNFSM6AAAAAAUKF37SM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
hard to say from the page, it looks like the 0.96" version. |
#178 if anybody wants to test. |
You could ask him to send one?
…On Sun, 29 Jan 2023, 20:13 Dave Davenport, ***@***.***> wrote:
hard to say from the page, it looks like the 0.96" version.
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3CV4HYHRKY6DJEYZMZCETWU3FM7ANCNFSM6AAAAAAUKF37SM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The icon space is very small, a 'normal' icon is 16x16 or 32x32... |
10x10 pixels should fit in there. it is 18 pixels wide. |
The workflow to create an icon for displays, do the following steps:
Touch up icon: Remove Alpha Transpancy Layer: Exporteer icon to XBM format Code example in xmb format
Then goto this repo to see how to integrate the icons: Shout out to @JDJelectronics |
I know how to add icons, I just refuse to pick/draw icons as I always spend tons of time doing this, to then be told its wrong and then suddenly others can pick icons. So apparently I am not good at it and want to avoid the first step.
You need to make sure the license is correct. We also need pixel icons as we have 1 bit colors on small size. |
I will try to find some this week 😇 Don't worry about it. |
Display for basic information on the print using I2C display.
On display : Date/Time, Uptime, IP address, last error? Boiler modulation?
The text was updated successfully, but these errors were encountered: