• HomeBoards
  • RulesRules
  • HelpHelp
  • WikiWiki
  • Donate

Author Topic: pyCLOCK for OpenDingux  (Read 4165 times)

bkc_a320 (OP)

  • Posts: 21
    • cafe break
pyCLOCK for OpenDingux
« on: July 22, 2012, 07:35:44 am »
pyCLOCK 1.01



pyCLOCK is an application of calendar on OpenDingux and written in Python with pygame.

*Notes
1.01 : hwclock problem is fixed , thanks mth

*Functions
CAL : Calendar
CLOCK : Analog clock
ALARM : Alarm with sleep until the time
TIMER : Cooking timer
SETUP : Setup RTC

*GitHub ( just press the ZIP button to download )
https://github.com/BouKiCHi/pyCLOCK
« Last Edit: July 30, 2012, 11:17:48 pm by bkc_a320 »

frantony

  • Posts: 1
Re: pyCLOCK for OpenDingux
« Reply #1 on: July 22, 2012, 07:55:16 pm »
Nice program!

Can you push it to a public repository (github, SourceForge etc)?

bkc_a320 (OP)

  • Posts: 21
    • cafe break
Re: pyCLOCK for OpenDingux
« Reply #2 on: July 23, 2012, 01:19:58 pm »
Nice program!

Can you push it to a public repository (github, SourceForge etc)?

I pushed it to github now.

pcercuei

  • Posts: 1705
    • My devblog
Re: pyCLOCK for OpenDingux
« Reply #3 on: July 23, 2012, 01:24:44 pm »
Didn't you have issues regarding the RTC not being accurate?

Aquastas

  • Posts: 1
Re: pyCLOCK for OpenDingux
« Reply #4 on: July 23, 2012, 06:21:39 pm »
pyCLOCK 1.0

pyCLOCK is an application of calendar on OpenDingux and written in Python with pygame.

*Functions
CAL : Calendar
CLOCK : Analog clock
ALARM : Alarm with sleep until the time
TIMER : Cooking timer
SETUP : Setup RTC

*Download
http://www.mediafire.com/?87aclkn43cda0vf

*GitHub
https://github.com/BouKiCHi/pyCLOCK

The program simply BEAUTIFUL! And you can ask for a version of the digital clock?

bkc_a320 (OP)

  • Posts: 21
    • cafe break
Re: pyCLOCK for OpenDingux
« Reply #5 on: July 23, 2012, 10:13:49 pm »
Didn't you have issues regarding the RTC not being accurate?

It's a problem of hwclock or date.

As far as I know, time zone is defined by /etc/local/timezone,
like this : JST-9

The following is example.

date
07/24 06:00(Local)
date -u
07/23 21:00(UTC)

hwclock
07/24 06:00(Local)
hwclock -u
07/24 15:00(UTC)

date : local - 9
hwclock : local + 9

I don't know which is correct.
Let me know about this if anyone knows!

The program simply BEAUTIFUL! And you can ask for a version of the digital clock?

big font digital clock instead of analog?

pcercuei

  • Posts: 1705
    • My devblog
Re: pyCLOCK for OpenDingux
« Reply #6 on: July 24, 2012, 12:45:15 am »
Didn't you have issues regarding the RTC not being accurate?

I meant the RTC counting much too low or much too fast.

bkc_a320 (OP)

  • Posts: 21
    • cafe break
Re: pyCLOCK for OpenDingux
« Reply #7 on: July 26, 2012, 09:44:02 am »
I meant the RTC counting much too low or much too fast.

Ah,If your dingoo A320 is newer than mine,
it might be something different circuit and it might be not provided proper oscillation on resume or powerdown.

As you may know,there is an another problem that official firmware writes a random value to RTC register.

 

Post a new topic