/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / CircleOS Menu-Problem

Username:     
Password:     
             

Forum

# 1   2010-03-31 22:08:18 CircleOS Menu-Problem

bluewite69
New member
Registered: 2010-03-31
Posts: 4

CircleOS Menu-Problem

After Pressing the Orange Button the Main-Menu pops up.

But afterwards automatically the Config->Power->Cpu_Freq pops up too!
I do nothing!


I cannot go to About for Example.

i have compiled CircleOS 3.8

Is there a bug?

Offline

 

# 2   2010-03-31 22:29:37 CircleOS Menu-Problem

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

Re: CircleOS Menu-Problem

It's secondary input form accelerometer. When you shake device it will 'beep' and execute currently selected command. Guess in your case it's too sensitive.

1) Try putting it on the table or other stable surface before pressing the button.
2) Prevent execution of branch on line 499/500 in mems.c :

Code:

    // MEMS is shocked, let's beep!
    return; // <<< NO! PLEASE DON'T --- insert this line
    if( ( Gradient2 > GRAD_SHOCK ) && ( BUZZER_GetMode() == BUZZER_OFF ) && 
( StartingFromResetOrShockCounter == 0 ) )
        {

Last edited by ntrf.zns (2010-03-31 22:31:51)

Offline

 

# 3   2010-04-04 21:19:45 CircleOS Menu-Problem

bluewite69
New member
Registered: 2010-03-31
Posts: 4

Re: CircleOS Menu-Problem

I have done both.

without success.

Any Ideas?

Offline

 

# 4   2010-04-05 08:42:06 CircleOS Menu-Problem

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

Re: CircleOS Menu-Problem

That was unexpected. Can you still enter config menu using leftmost touchscgeen button? Maybe you have trouble with joystick pushbutton.

Last edited by ntrf.zns (2010-04-05 10:37:46)

Offline

 

# 5   2010-04-08 17:23:13 CircleOS Menu-Problem

bluewite69
New member
Registered: 2010-03-31
Posts: 4

Re: CircleOS Menu-Problem

there are 4 pushbuttons.

1-config 2-less ampl 3-more-ampl 4-quite

pressing 1 -> 2
pressing 2 -> 2,3
pressing 3 -> 3
pressing 4 -> 3

if i use a stick it is like using push-button!

when i use a stick i can draw on the background

let us say that left = 0.0 and right = 1.0

i can only draw between 0.1..0.8.

top and bottom seems ok


i think i had to calibrate something ?

Offline

 

# 6   2010-04-08 17:30:06 CircleOS Menu-Problem

bluewite69
New member
Registered: 2010-03-31
Posts: 4

Re: CircleOS Menu-Problem

by the way i am not able to go to config via push-buttons an after starting
I thing touch-calirating Menu is imediatly overwritten.
(due to not wanted automatic press detection)
Thx

Offline

 

# 7   2010-04-08 19:53:35 CircleOS Menu-Problem

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

Re: CircleOS Menu-Problem

You can still calibrate it. Remove the jumper, connect USB cable and start the device. Touchscreen calibration will start by default if battery is disconnected.

When in config menu you can select menu items by pressing and holding pointer on them for a second.

And there is a small bug in touchscreen handling code making a "non-linear response". More info in This topic.

So far it looks more like a hardware (joystick or power trigger) malfunction.

Last edited by ntrf.zns (2010-04-08 19:57:12)

Offline

 

# 8   2010-05-11 12:14:25 CircleOS Menu-Problem

smithdwsn
New member
Registered: 2010-05-10
Posts: 4

Re: CircleOS Menu-Problem

I am having same problem for Menu Problem. Sometimes it is not working fast and halt it several minutes. Any packages for this problem solution?

Offline

 

Board footer