This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Simple LCD program code MCBSTM32 kit board

Hi all I need a simple LCD Program code without any other tasks such as serial and GPIO co that I can see it clearly how it works. I need it badly. I am using MCBSTM32 kit board. Would be grateful if you have simple code for me Thanks

Parents
  • Remember that there are no single "LCD program".

    Such a program is normally written for a specific processor.

    Such a program is normally written for a specific display, or at least specific display controller.

    Such a program is normally written for a specific method of electrically interface controller and display. In some situations, the program may use #define to map processor pins with signals on the display. In other situations, the structure of the processor and program may make it hard to write generic code in which case the physical mapping is inlined into the source.

    Anyway - Google or search functions on a number of sites (including this web site) will allow you to find a lot of sample applications that is using displays. If this will correspond with your specific needs is something you will have to decide based on your knowledge of used display, physical interfacing of display, and intended use of the display.

Reply
  • Remember that there are no single "LCD program".

    Such a program is normally written for a specific processor.

    Such a program is normally written for a specific display, or at least specific display controller.

    Such a program is normally written for a specific method of electrically interface controller and display. In some situations, the program may use #define to map processor pins with signals on the display. In other situations, the structure of the processor and program may make it hard to write generic code in which case the physical mapping is inlined into the source.

    Anyway - Google or search functions on a number of sites (including this web site) will allow you to find a lot of sample applications that is using displays. If this will correspond with your specific needs is something you will have to decide based on your knowledge of used display, physical interfacing of display, and intended use of the display.

Children