/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Cannot find the splash screen drawing app source code

Username:     
Password:     
             

Forum
  • Index
  •  » circleOS
  •  » Cannot find the splash screen drawing app source code

# 1   2010-03-10 14:50:14 Cannot find the splash screen drawing app source code

graingert
New member
Registered: 2010-02-15
Posts: 1

Cannot find the splash screen drawing app source code

I Cannot find the splash screen drawing app source code.

I would like to find this code to see an example of touchscreen drawing, as this is what I want my app to be able to do.

Offline

 

# 2   2010-03-10 19:10:37 Cannot find the splash screen drawing app source code

ntrf.zns
Member
From: Belgorod, Russia
Registered: 2009-11-01
Posts: 134

Re: Cannot find the splash screen drawing app source code

It's part of CircleOS 3.8 Source disrubution. Get it here:
http://www.stm32circle.com/projects/circleos.php

Example is located in \circle\bmptolcd\ folder. The program for BMP conversion included (bmptolcd.exe), but you can also find it in project directory on this site.
\circle\BMPTOLCD\CircleOS_application\rprj\ folder contatins example project files. Initialy it's configured for black-and-white image (motocycle), but you can reconfigure it.

Replace this function

Code:

DRAW_SetImageBW(moto_bw,32,32,MOTO_WIDTH,MOTO_HEIGHT);

with this one

Code:

DRAW_SetImage(moto_bw,0,0,MOTO_WIDTH,MOTO_HEIGHT);

for colored image.

Last edited by ntrf.zns (2010-03-10 19:11:19)

Offline

 

  • Index
  •  » circleOS
  •  » Cannot find the splash screen drawing app source code

Board footer