NHD-C160100DiZ
Hi,
I'm using the NHD-160100DIZ-FSW-FBW. I would like to know if it's possible to configure grey level in order that I send data to be displayed only one time. (Actualy I have to send each data 4 times).
Best regards,
do
{
BYTE u8i;
for(u8i = 0; u8i < (A0!=0 ? 4 : 1);u8i++){
AFF_vdTransmitOneByte(*data);
}
data++;
length--;
}while(length);
0
-
Hello,
This display is only set to work with monochrome. You would not be able to send different values for the pixels0
Please sign in to leave a comment.
Comments
1 comment