Username:     
Password:     
             

Projects
USB mini display 1.0
 
External PC display show text and graphics via USB

Code size:12 Kb Author:laminator
Source files included:yes Version:1.0
Use circleOS:yes (1.6) Creation date:2010-05-13 13:46:01
Hardware modification:no Modification date:2010-05-13 14:20:18
Based on the STM32 Primer:Primer1
   
Downloads:2310 Views:26334
   
Vote:
Average ratings:0/5 (0 rates)

Download:    USB-mini-display-1.0.zip (379 KB)

Description:

In this project STM32 Primer1 can be used as colour mini-display. Device receive command from host PC via USB, draw some texts and graphics on small LCD display, return result message. Device firmware based on PrimerVirtualCom project with small changes. Virtual COM-port device driver must be installed on host computer before any using of this project.

Program or service from host (PC) send command to virtual COM port. Device parse this command and draw received text - computer state, CPU temperature, core voltage, firm logo or some other. Currently supported drawing only for strings and rectangles. Command format and parser support Line and Picture drawing, but it's not implemented. Some more commands (BackLight on/off, Pixel set, etc.) can be added as improvement.

Full project description,  device-side and host-side executable and source codes are available in www.meraman.com