please, can anyone tell me how to make the dot appear on a character in the 7-segment display?
I have 4 display and everything works fine, but the dot can not figure out how to switch it on, I use a char display.
Thanks Marcoos
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please I repeat the question,I have to display the message "E20.P" on the 7segment 4digit.
How can I see the point, every attempt has failed.
The last idea is to not use the command to GcBASIC but to use the pin from my routine.
No one knows the way? I'm using the display char, only works with the display value? Thank you, it is very necessary for my project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks, but I did it, the problem is how to insert it in the message to be displayed 7segment.h I also analyzed the file, and as you can see I've found seems a little mistake, but the point is not shown in any way.
If someone has already antidepressant this function would be a great help.
thanks again
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks for the help, finally I managed, the misunderstanding was born because the documentation is poor, and I understood that once declared DISP_SEG_DOT, on just add 128 to the de issue to see the point.
In the coming days will attach the routine ended up as support for others in the future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
please, can anyone tell me how to make the dot appear on a character in the 7-segment display?
I have 4 display and everything works fine, but the dot can not figure out how to switch it on, I use a char display.
Thanks Marcoos
Please I repeat the question,I have to display the message "E20.P" on the 7segment 4digit.
How can I see the point, every attempt has failed.
The last idea is to not use the command to GcBASIC but to use the pin from my routine.
No one knows the way? I'm using the display char, only works with the display value? Thank you, it is very necessary for my project.
I have not used this type of display, but, have you a CONSTANT as below?
#define DISP_SEG_DOT PORTa.y
Then, this should force the decimal point to be on.
Please review the HELP file. Search for DISP_SEG_DOT
thanks, but I did it, the problem is how to insert it in the message to be displayed 7segment.h I also analyzed the file, and as you can see I've found seems a little mistake, but the point is not shown in any way.
If someone has already antidepressant this function would be a great help.
thanks again
Look at https://sourceforge.net/p/gcbasic/discussion/579126/thread/038d8cbf/#38cf
This code uses DP to define the port that is controlling the decimal point. Simply set DP on or off as you desire in your code.
thanks for the help, finally I managed, the misunderstanding was born because the documentation is poor, and I understood that once declared DISP_SEG_DOT, on just add 128 to the de issue to see the point.
In the coming days will attach the routine ended up as support for others in the future.