VSOS Lcd Emulator (Use a PC as the display for VSOS/VS1005)

Discussion about writing software for VS1005 and the VSOS Operating System. Also posts about VS1005-related hardware design and device drivers should be posted here.
Post Reply
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

VSOS Lcd Emulator (Use a PC as the display for VSOS/VS1005)

Post by Panu »

Dear Forum Members,

I made, for a forum member, a piece of PC software which allows to use the VS1005 UART cable to emulate an LCD display. It's very useful for getting started with VS1005 projects that don't have a display or if you don't yet have a working device driver for the display you're using, and want to get your system quickly up and running.

You can use it for example to see error messages and debug messages during development time even if the final product does not have a display.

Also, it's great for taking screenshots of VS1005 software. :lol:

Here's the LCD Emulator: :arrow: viewtopic.php?t=892&p=3592#p3591 <= There it is.

-Panu
Attachments
lcdemu1.png
lcdemu1.png (9.78 KiB) Viewed 6323 times
lcdemu2.png
lcdemu2.png (6.88 KiB) Viewed 6323 times
lcdemu3.png
lcdemu3.png (6.77 KiB) Viewed 6323 times
lcdemu4.png
lcdemu4.png (8.3 KiB) Viewed 6323 times
uakmese
Senior User
Posts: 60
Joined: Mon 2013-06-24 15:57
Location: TURKEY
Contact:

Re: VSOS Lcd Emulator (Use a PC as the display for VSOS/VS10

Post by uakmese »

Hi Panu,
I have VS1005g development kits,When I build "arch-UartLcd1-2013-02-04-15-11-UartDisplayKernel" on VSIDE I have get following linker error.I didn't solve this problems where is.

Please help me
Best Rgs,
Ugur




ERROR: vslink: Undefined symbol _LcdFilledRectangle in kernel_main
C:\VSIDE\bin\make.exe: *** [Emulation-Debug/UartDisplayKernel.coff] Error 10


Build failed!
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: VSOS Lcd Emulator (Use a PC as the display for VSOS/VS10

Post by Panu »

Hmm, strange. It seems that for some reason, the file lcdEmulation.c is not included in your project. The LcdFilledRectangle function is defined there. Can you try to manually add the lcdEmulation.c into the project's list of C source files and recompile.

-Panu
wolf
User
Posts: 17
Joined: Tue 2013-08-20 21:26

Re: VSOS Lcd Emulator (Use a PC as the display for VSOS/VS10

Post by wolf »

Hi, i've quastion
is the LCD screen sensitivity gain setting at VS1005 Board?

thank you for your help.
Post Reply