• define LCD pins in function for 8051 interface with LCD
    hi everyone I am working on LCD interface with the C8051f120 controller and i did it well, but im working with different hardware so LCD pin rs, rw, en and data port can be varies with hardware...
  • define LCD pins in function for 8051 interface with LCD
    hi everyone I am working on LCD interface with the C8051f120 controller and i did it well, but im working with different hardware so LCD pin rs, rw, en and data port can be varies with hardware...
  • GUIDRV_SLin LCD Driver for T6963 LCD controller not found in STemWin Library
    Hii, I am trying to interface T6963 LCD controller with STM32F103ZE and I am using STemWin for GUI . I got to know from segger website that to do this I require GUIDRV_SLin LCD driver which is supposed...
  • GUIDRV_SLin LCD Driver for T6963 LCD controller not found in STemWin Library
    Hii, I am trying to interface T6963 LCD controller with STM32F103ZE and I am using STemWin for GUI . I got to know from segger website that to do this I require GUIDRV_SLin LCD driver which is supposed...
  • I want to send data by Virtual Terminal (in Proteus ) and print it on LCD . I just need to type something in the virtual terminal and it should be displayed on the LCD. I'm using keil uvision,stm32f103c6...
    #include "stm32f10x.h" #include <stdio.h> #define RS 0x0020; #define EN 0x0080; void USART2_write(int ch); char USART2_read (void); void delayMs (int delay); void LCD_command (unsigned char command...