NHD-1.69-160128UBC3 16-Bit Color Setting
is NHD-1.69-160128UBC3 supports 16 bit color transfer mode ,
void Fill_RAM(unsigned char a, unsigned char b)
{
unsigned char i,j;
Set_Column_Address(0x00,0xAF);
Set_Row_Address(0x00,0xAF);
Set_Write_RAM();
for(i=0;i<176;i++)
{
for(j=0;j<176;j++)
{
data(a);
data(b);
}
}
}
How can I display an image in 16-bit color bitmap array?.
0
-
Hi Jijo,
Thank you for reaching out to us via email. I have addressed the issue you mentioned in your email inquiry.
I appreciate you specifying that you are looking for the 16-bit transfer mode in the SPI interface in your email inquiry. Unfortunately, the IC for our NHD-1.69-160128UBC3 OLED display does not support the 16-bit SPI transfer mode. It is only capable of supporting the 8-bit transfer mode in the serial interface.0
Please sign in to leave a comment.
Comments
1 comment