Hello,i have a GLK12232-25,i had mounted one 16F873 in one SIMMSTICK.My porpouse is make a spectrum analicier for TV;i have the hardware and see the spectrum on oscilloscope,i want to see on the LCD in dot matrix mode(graphic mode).
Well,i experimented in RS232.
When put text work fine,but when put one pixel it appears in bad position or no appears.
I use CCS (C for 16F8XX),in RS232 mode its:
printf("%Cp%U%U",T,X,Y);
(where T is 254 and X,Y the coordinates of the pixel).
Well,this don't work,the pixel appears in mistmached position or no appears.
It's all correct?
How it is in I2C mode?
Thanks.