I made the change so that I can write in black on a white background, it works very well with the function "PutMessage", but why can't i view my logo when i do "PutLogo", whereas before making the change I got to do what I wanted. I wish that my logo is black on a white background..
I think it would be nice to add some features like draw a circle, or add another size of font.
I would also perform a function that clears a defined area, a function like: ClearScreenZone (x1, y1, x2, y2).
Thank you in advance
I watched the "PutLogo" and it involves the "plot", so I presume it must change (reverse) data as you do in the function "putchar", but it does not work correctly. ..
I inpression that the data are inverted, but they are not sent correctly.
Here is the update:
i just started on the GLCD clock again. I thought since i had gained so much knowledge ill finish my first clock then continue. The pics below are all the clocks i have made and the last would be GLCD one but im still developing the menu for setting the time/date/alarm.
The first one is the best TIME shower. I can see the time across the room at night when im sleepy and it doesn't disturb the eyes. The middle is my desk clock for now until the glcd is done.
Thank you for your help.
But according to your function "bhsmcircle",you call the function "plot", but there is 3 arguments: "plot(x+xc,y+yc,1)", the "1" corresponds to the variable "color"?
Should we add the argument "color" has all the functions?
Thank you again
I want to do a function for Clear a zone of the glcd as :
ClearScreenZone (x1, y1, x2, y2)
But I can not ...
Can you help me if you like ...
Thank you in advance
Sorry, I forget that my plot function has a color argument added. Well, all my functions that draw something have a color argument added. That is why my plot function is different than yours.
can you send me your file glcd.c because I too would like the opportunity to choose the color.
And i have another question, how do you display a variable of type float or int, for do a voltmeter, for example.
Thank you in advance
I have a problem when I want to write a message, I have a string of characters that is nothing ... and that since I added my functions "unplot", "circle" and "fillzone" ...
I post therefore my glcd.c file, could you help me ..
PS: "superbrew", can you send me your your glcd.c which also functions as setting the color of writing?
Hi, I tried the function ClearScreenZone with the function unplot(), but only erase the middle of the screen and I need erase all the screen. Can you help me please...thanks
I have a display problem but not always present.At the launch of my program, the display is correct, and from a time, the display starts to be weird, cutting off the display ( see picture), point cloud ..
I don't know the technical explanation for that, but it can happen if you try to write a pixel at a location greater than y = 64 or x = 128. Hope that helps.