Engineering Support
Community moderator- Following 0 users
- Followed by 1 user
- Votes 10
- Subscriptions 781
Comments
Recent activity by Engineering Support-
Hi Raf, Please note that the resolution and timing characteristics of the displays you mentioned are different. To use the new display, you will need to adjust these parameters in your software. If...
-
Hi, To change the IS bits to 0 and 1 based on the RE bit values, use the Function Set command. If you wish to set the SI bit to 0 or 1, RE bit is 0, use the following Function Set command to set th...
-
Hi Davide, This particular display is a monochrome display, meaning that the pixels can only be one color (blue, in this case). If you require multiple colors, you may view our selection of full c...
-
Hello Davide, Please use the below link to view the example code we have for this display. This example code has commands for initializing the display as well as filling the screen with pixels. h...
-
Hi, There are three sets of commands in the US2066 controller IC: the Fundamental Command Set, the Extended Command Set, and the OLED Command Set. We can use the logic bits IS, RE, and SD to switch...
-
Hi, The Vout is determine with a combination of the software and the booster circuit. I wonder if the change in the parameters in the data function caused this voltage change. Could you please reve...
-
Hi, Thank you for waiting on us. Could you please confirm that you are providing the correct power to the display? Your command and data functions have different parameters types. void Display_Wri...
-
Hi, Thank you for waiting on us. Please visit our GitHub page for our NHD-Character-LCD-Library.
-
Hi, The CTP uses I2C interface. Please see pinout for the CTP. The TFT supports RGB interface. Unfortunately, SPI lines are not pulled out for the use to interface with. If you are still intereste...
-
Please see below for the initialization sequence for using 2-Lane mode GP_COMMAD_PA(4);W_D(0xB9); /// Set EXTC W_D(0xF1); //1 W_D(0x12); //2 W_D(0x87); //3 GP_COMMAD_PA(4);W_D(0xB2); ///S...