1
Graphic LCDs / NHD-C160100DiZ
« on: November 07, 2016, 09:55:58 AM »
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,
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,
Code: [Select]
do
{
BYTE u8i;
for(u8i = 0; u8i < (A0!=0 ? 4 : 1);u8i++){
AFF_vdTransmitOneByte(*data);
}
data++;
length--;
}while(length);