Character Display possible issue.

Discuss suspected bugs with other users and Sim Innovations Staff

Moderators: russ, Ralph

Message
Author
User avatar
Keith Baxter
Posts: 4684
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: Character Display possible issue.

#51 Post by Keith Baxter »

Corjan wrote: Wed Jan 12, 2022 11:21 am Hi,


Updated table above.
Seems like I added the 'S', 'N' and 't'.


If there is something missing (that can be shown on 8 segment display), please let me know,

Corjan
Hi,

Beta 33 just pushed through with the intended updates. Thank you.
I will check later tonight when I re set up the display test rig. Got a print on the go with this news. ;) Will revert my comments when soon.

I started this about an hour ago. whoop whoop. Yes it is the upper part of the zibo 737 IRS instrument that will benefit from these extras.. ;)



Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

User avatar
Keith Baxter
Posts: 4684
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: Character Display possible issue.

#52 Post by Keith Baxter »

Corjan wrote: Wed Jan 12, 2022 11:21 am Hi,


Updated table above.
Seems like I added the 'S', 'N' and 't'.


If there is something missing (that can be shown on 8 segment display), please let me know,

Corjan
Hi,

Revisited this.

This is what is working with regards to " N" "S" "E" "W"
267549595_510764353636604_4664761970409045875_n.jpg
.


It is important for peeps to NOTE: You have to re-flash your arduino for the new characters to work.

@Corjan the "W" seems not implemented.
It is a strange one but this seems to be the standard.

https://pic-microcontroller.com/7-segme ... -pic16c84/

Thinking about this. Is it not possible to have a custom library, like static data that one could load rather than having the library residing on the arduino.? Allows for so much flexibility And if one wants 14 or 16 digit options that could also be accommodated.
Also thinking past the font library. The MAX7219 multiplex use for led's and other chips.

Keith.
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

JackZ
Posts: 2264
Joined: Mon Feb 22, 2016 1:02 pm

Re: Character Display possible issue.

#53 Post by JackZ »

Thought I had pretty much all covered in my last contribution?
My YouTube Chanel on the A320 (Real SOPs by an Airline Pilot IRL):
https://www.youtube.com/playlist?list=P ... 0Q6SBASRqJ

User avatar
jph
Posts: 2853
Joined: Fri Apr 10, 2020 12:50 pm
Location: Somewhere over the rainbow..

Re: Character Display possible issue.

#54 Post by jph »

JackZ wrote: Fri Jan 21, 2022 11:02 am Thought I had pretty much all covered in my last contribution?
You did, I think Corjan just missed a few.
Joe. CISSP, MSc.

User avatar
Ralph
Posts: 7917
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Character Display possible issue.

#55 Post by Ralph »

There wasn't a beta yet that had all of the characters. A new beta is coming online soon.

User avatar
Corjan
Posts: 2939
Joined: Thu Nov 19, 2015 9:04 am

Re: Character Display possible issue.

#56 Post by Corjan »

Hi,


At the end, I have implemented from this page:
https://en.wikipedia.org/wiki/Seven-seg ... sentations


Should be in the latest BETA,

Corjan

User avatar
Keith Baxter
Posts: 4684
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: Character Display possible issue.

#57 Post by Keith Baxter »

Corjan wrote: Fri Jan 21, 2022 11:46 am Hi,


At the end, I have implemented from this page:
https://en.wikipedia.org/wiki/Seven-seg ... sentations


Should be in the latest BETA,

Corjan
Thank you Corjan.

I take it we have to flash the arduino for it to work?

Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

User avatar
Corjan
Posts: 2939
Joined: Thu Nov 19, 2015 9:04 am

Re: Character Display possible issue.

#58 Post by Corjan »

Jep,

Corjan

User avatar
Corjan
Posts: 2939
Joined: Thu Nov 19, 2015 9:04 am

Re: Character Display possible issue.

#59 Post by Corjan »

Hi,


On the topic to allow to send custom patterns.

The API is specifically for character displays, so it might make sense for a MAX7219, but no sense for the HD44780 for example.
For that reason I'm not going to add it to the current system.

For these edge cases, I would recommend using message port. You can do all kinds of wild things with that.


Corjan

User avatar
Keith Baxter
Posts: 4684
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: Character Display possible issue.

#60 Post by Keith Baxter »

Hi,

Working. Thank you.

Note the last character "W" had a comma instead of a full stop/period. Interesting that the comma moved to the next digit.
NSEW.jpg
Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

Post Reply