Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:00 01 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Can the Micromite+ 64 or 100 pin

Author Message
lew247

Guru

Joined: 23/12/2015
Location: United Kingdom
Posts: 1702
Posted: 12:15am 07 Apr 2016
Copy link to clipboard 
Print this post

Do these?

Have a static picture on an SDD1963 display and draw over the picture?
en example - a picture of a clockface and draw the hands in real time over the picture?

Display several pictures on the screen at once, say one on the left hand side of the screen and others on the right /one above the other or other combination?
if so - How?

Display any other kind of picture other than .bmp?
if so what picture types are supported and which is best (quickest to load)

If I wanted to disabled the console pins and use them as general input/output pins
HOW do I do this? it doesn't say "how to do it" in the manual

 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9585
Posted: 01:13am 07 Apr 2016
Copy link to clipboard 
Print this post

I will let the likes of matherp answer the graphics questions, but to make the console pins normal I/O pins, you issue OPTION CONSOLE OFF at the command prompt. Page 26 of advanced manual.
Smoke makes things work. When the smoke gets out, it stops!
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10180
Posted: 01:41am 07 Apr 2016
Copy link to clipboard 
Print this post

  Quote  Have a static picture on an SDD1963 display and draw over the picture?
en example - a picture of a clockface and draw the hands in real time over the picture?


Not using the standard driver or any currently available loadable driver

  Quote  Display several pictures on the screen at once, say one on the left hand side of the screen and others on the right /one above the other or other combination?
if so - How?


Yes: see Advanced features manual page 19, just use the relevant start co-ordinates for each image

  Quote  
Display any other kind of picture other than .bmp?
if so what picture types are supported and which is best (quickest to load)


No: see Advanced features manual page 19
 
lew247

Guru

Joined: 23/12/2015
Location: United Kingdom
Posts: 1702
Posted: 03:52am 07 Apr 2016
Copy link to clipboard 
Print this post

  matherp said  
  Quote  
Not using the standard driver or any currently available loadable driver


I don't suppose you know if there's any plans for any other drivers which might allow it?
It would be great to have a background picture that you can do stuff over, a picture of a clock with moving hands is one example, another would be just a nice background picture that you can do your normal displays over
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6266
Posted: 07:10pm 07 Apr 2016
Copy link to clipboard 
Print this post

I took the BMP image from the clock program in another thread.
As it is 1 bit per pixel (Black and White), I was able to convert the image into a font character (using FontTweak)
The code below loads that character into the centre of the display.
You can choose any colour.
If the hands are confined to the inner area, the rest is reasonably easy.
There was an analog clock here not too long ago.

' clockface.bas
' Font type : Full (1 characters)
' Font size : 240x240 pixels
' Memory usage : 7204 bytes
' Font adapted from: http://www.rinkydinkelectronics.com/r_fonts.php
CLS
SETPIN 26,DOUT ' display brightness on my setup
PIN(26)=1
TEXT MM.HRES/2,MM.VRES/2, " ",CM,8,1,RGB(YELLOW)

DEFINEFONT #8
0120F0F0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
FF000000 80FFFF8F 00000000 00000000 00000000 00000000 00000000 00000000
9F033E00 0000003E 00000000 00000000 00000000 00000000 00000000 3E000000
003E1E02 00000000 00000000 00000000 00000000 00000000 00000000 1E061F00
0000003E 00000000 00000000 00000000 00000000 00000000 1F000000 003E1E84
00000000 00000000 00000000 00000000 00000000 00000000 1E8C0F00 0000003E
00000000 00000000 00000000 00000000 00000000 07000000 003E1ED8 00000000
00000000 00000000 00000000 00000000 00000000 1ED80700 0000003E 00000000
00000000 00000000 00000000 00000000 03000000 003E1EE0 00000000 00000000
00000000 00000000 00000000 0000C000 1EE00300 0000003E 00000000 00000000
00000000 00000000 80030000 03000000 003E1EF0 00000000 00000000 00000000
00000000 00000000 0000C007 1EF80100 0000003E 00000000 00000000 00000000
00000000 E01F0000 01000000 003E1EF8 00000000 00000000 00000000 00000000
00000000 0000E073 1E7C0100 0000003E 00000200 00000000 00000000 00000000
F0E30100 02000000 003E1E7C 03000000 00000080 00000000 00000000 01000000
0000F0E1 1E7E0200 0000003E 00C00300 00000000 00000000 00000000 F8210000
04000000 003E1E3E 03000000 000000F0 00000000 00000000 30000000 0000FC20
1E1F0800 0000003E 00FC0300 00000000 00000000 00000000 FC20E000 18000000
003E9E1F 07000000 000000C0 00000000 00000000 F0010000 00007C20 9E0F1000
0000003E 00C00700 00000000 00000000 00000000 3E20FC07 38000000 003EFF1F
0F000000 00000080 00000000 00000000 FF030000 00001F60 FF1FFE01 000080FF
00800F00 00000000 00000000 00000000 1F20FF00 00000000 00000000 1F000000
00000000 00000000 00000000 3F000000 00801FC0 00000000 00000000 00003F00
00000000 00000000 00000000 0FF01F00 00000080 00000000 3E000000 00000000
00000000 00000000 07000000 00C007FC 00000000 00000000 00007C00 00000000
00000000 00000000 07FF0100 000000E0 00000000 7C000000 00000000 00000000
00000000 00000000 00F883FF 00000000 00000000 0000F800 00000000 00000000
00000000 E1DF0000 000000E0 00000000 F8000000 00000000 00000000 00000000
00000000 0080F9CF 00000000 00000000 0000F001 00000000 00000000 00000000
FFC70000 00000000 00000000 F0030000 00000000 00000000 00000000 00000000
0000FCC1 00000000 00000000 0000E013 00000000 00000000 00000000 F8C00000
00000000 00000000 C01F0000 00000000 00000000 00000000 00000000 0000C0C0
00000000 00000000 00008003 00000000 00000000 00000000 80C10000 00000000
00000000 C0010000 00000000 00000000 00000000 00000000 00000080 00000000
00000000 00004000 00000000 00000000 00000000 00F00000 00000000 00000000
20000000 00000000 00000000 00000000 00000000 000000E0 00000000 00000000
00000000 00000000 00000000 00000000 00C00100 00000000 00000000 00000000
00000000 00000000 00000000 01000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 C0000000 00000000 00000000 00000000
00000000 00000000 00010000 00000000 0000E000 00000000 00000000 00000000
00000000 00000000 00008007 E0010000 00000000 00000000 00000000 00000000
00000000 C00F0000 00000000 00006001 00000000 00000000 00000000 00000000
00000000 0000C03F 30000000 00000000 00000000 00000000 00000000 00000000
E0FF0000 00000000 00001000 00000000 00000000 00000000 00000000 03000000
000010FF 18000000 00000000 00000000 00000000 00000000 00000000 30F80F00
00000000 00000800 00000000 00000000 00000000 00000000 1F000000 000078F8
08080000 00000000 00000000 00000000 00000000 00000000 F8E07F00 00000000
F8FFFD1D 00000000 00000000 00000000 00000000 FF0E0000 0000FC07 FF1F0000
0000F0FF 00000000 00000000 00000000 00000000 F41FFE07 00000000 F0FFFF1F
00000000 00000000 00000000 00000000 F8070000 0000F23F FF3F0000 0000E0FF
00000000 00000000 00000000 00000000 80FFE003 00000000 E0FFFF7F 00000000
00000000 00000000 00000000 83010000 000000FF 01400000 0000C000 00000000
00000000 00000000 00000000 00F88F01 00000000 80800100 00000000 00000000
00000000 00000000 9F000000 000000F0 00000000 00000080 00000000 00000000
00000000 00000000 00E0FF00 00000000 00C00000 00000000 00000000 00000000
00000000 7F000000 00000000 00000000 00000060 00000000 00000000 00000000
00000000 00007C00 00000000 00600000 00000000 00000000 00000000 00000000
38000000 00000000 00000000 00000026 00000000 00000000 00000000 00000000
00001000 00000000 003C0000 00000000 00000000 00000000 00000000 10000000
00000000 00000000 00000018 00000000 00000000 00000000 00000000 00000800
00000000 00180000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000010 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 04000000 00000000 00000000 00000000
00000000 00000000 00000000 80000000 00000C00 00000000 00000000 00000000
00000000 00000000 00000000 1C008000 00000000 00000000 00000000 00000000
00000000 00080000 C0000000 00007C00 00000000 00000000 00000000 00000000
00000000 40000008 FC01F000 00000000 00000000 00000000 00000000 00000000
FF0F0000 9800C0FF 0000FC07 00000000 00000000 00000000 00000000 00000000
C0FFFF0F FC0F8C00 00000000 00000000 00000000 00000000 00000000 FF0F0000
0300C0FF 0000EC3F 00000000 00000000 00000000 00000000 00000000 C0FFFF0F
C4FF0000 00000000 00000000 00000000 00000000 00000000 FF0D0000 0300C0FE
000000FE 00000000 00000000 00000000 00000000 00000000 40000008 00F80700
00000000 00000000 00000000 00000000 00000000 00080000 9F004000 000000FC
00000000 00000000 00000000 00000000 00000000 C000000C 04C6FF00 00000000
00000000 00000000 00000000 00000000 FF0F0000 FF00C0FF 00008C01 00000000
00000000 00000000 00000000 00000000 C0FFFF0F C400FE00 00000000 00000000
00000000 00000000 00000000 FF0F0000 F800C0FF 00007C00 00000000 00000000
00000000 00000000 00000000 C0FFFF0F 1C00E000 00000000 00000000 00000000
00000000 00000000 00080000 8000C000 00000C00 00000000 00000000 00000000
00000000 00000000 40000008 04008000 00000000 00000000 00000000 00000000
00000000 00080000 FF004000 0000FCFF 00000000 00000000 00000000 00000000
00000000 C0FFFF0E FCFFFF00 00000000 00000000 00000000 00000000 00000000
FF0F0000 FF00C0FF 0000FCFF 00000000 00000000 00000000 00000000 00000000
C0FFFF0F FCFFFF00 00000000 00000000 00000000 00000000 00000000 FF0F0000
FF00C0FF 0000FCFF 00000000 00000000 00000000 00000000 00000000 C0FFFF0F
0C008000 00000000 00000000 00000000 00000000 00000000 00080000 00014000
00000400 00000000 00000000 00000000 00000000 00000000 00000000 04000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00800000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000080 00000000 00000000 00000000 00000000 00000000 00000000 00C00000
00000000 00000000 00000000 00000000 00000000 00000000 01000000 000000C0
00000000 00000000 00000000 00000000 00000000 00000000 00E00700 00000000
00000000 00000000 00000000 00000000 00000000 0F000000 000000E0 00000000
00000000 00000000 00000000 00000000 00000000 00F07F00 00000000 00000000
00000000 00000000 01000000 00000000 FF010000 00000090 00000000 00000000
00000000 00000000 00000300 00000000 0018FE03 00000000 00000000 00000000
00000000 06000000 00000000 FC0F0000 00000018 00000000 00000000 00000000
00000000 00800700 04000000 007CE07F 00000000 00000000 00000000 00000000
0F000000 000000E0 81FF0700 000000FE 00000000 00000000 00000000 00000000
00F00F00 03000000 00FE03FE 00000000 00000000 00000000 00000000 1F000000
000000FC 0FFC0100 000000FA 00000000 00000000 00000000 00000000 00FE3300
01000000 00E17FF0 00000000 00000000 00000000 00000000 30000000 000080FF
FFC10000 00000081 00000000 00000000 00000000 00000000 E03F7800 00000000
8003FF83 00000000 00000000 00000000 00000000 7E000000 0000F80F FC4F0000
0000800F 00000000 00000000 00000000 00000000 FC07FF00 00000040 C07FF07F
00000000 00000000 00000000 00000000 BF000000 0080FFE1 C13F0000 0000E0FF
00000000 00000000 00000000 00000000 7FF01F01 00000080 C0FF033F 00000000
00000000 00000000 00000000 0F010000 00003FF8 0F1C0000 000000FC 00000000
00000000 00000000 00000000 0FFE8303 00000000 00F07F18 00000000 00000000
00000000 00000000 E0070000 000086FF FF090000 000000C0 00000000 00000000
00000000 00000000 E43FF007 00000000 0000FF0D 00000000 00000000 00000000
00000000 F80F0000 0000FC1F FC070000 00000000 00000000 00000000 00000000
00000000 F807FE1B 00000000 0000F007 00000000 00000000 00000000 00000000
FF300000 0000F081 C0030000 00000E00 00000000 00000000 00000000 00000000
70E03F38 00000000 FE010003 00000000 00000000 00000000 00000000 1F3E0000
000060F0 0F010000 0000FCFF 00000000 00000000 00000000 00000000 60FC077F
00000000 F801FF01 00000000 00000000 00000000 00000000 E1FF0000 000040FF
C0000000 0000F003 00000000 00000000 00000000 00000000 807FF09F 00000000
E0078000 00000000 00000000 00000000 00000000 F80F0000 0000803F 40000000
0000C00F 00000000 00000000 00000000 00000000 000FFE03 00000000 801F0000
00000000 00000000 00000000 00000000 FF000000 00000087 00000000 0000003F
00000000 00000000 00000000 00000000 00E23F00 00000000 007E0000 00000000
00000000 00000000 00000000 1F000000 000000F6 00000000 000000FC 00000000
00000000 00000000 00000000 00FC0700 00000000 00F80100 00000000 00000000
00000000 00000000 01000000 000000F8 0B000000 000000F0 00000000 00000000
00000000 00000000 00700000 00000000 00F00F00 00000000 00000000 00000000
00000000 00000000 00000030 07000000 000000E0 00000000 00000000 00000000
00000000 00300000 00000000 00C00700 00000000 00000000 00000000 00000000
00000000 00000000 03000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000300 00000000 00000000 00000000 00000000 00000000
00000000 00000000 01000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00E00000 00000000 00000000 00000000 00000000 00000000
00000000 01000000 000000F0 00000000 00000000 00000000 00000000 00000000
00000000 00F80100 00000000 00000000 00000000 00000000 00000000 00000000
03000000 000000E6 00000000 00000000 00000000 00000000 00000000 00000000
00E30300 00000000 00000000 00000000 00000000 00000000 00000000 07000000
0000C0C3 00000000 00000000 00000000 00000000 00000000 00000000 E0C70F00
00000000 00000000 00040000 00000000 00000000 00000000 0F000000 0000C88F
00000000 00000000 00000006 00000000 00000000 00000000 800F1F00 00000000
00000000 00070000 00000000 00000000 00000000 3F000000 0000001F 00000000
00000000 0000C003 00000000 00000000 00000000 001F3E00 00000000 00000000
C0070000 00000000 00000000 00000000 3E000000 0020003E 00000000 00000000
0000F007 00000000 00000000 00000000 003EFC00 000000E0 00000000 F8030000
00000000 00000000 00000000 FC000000 00E001FC 00000000 00000000 0000FC02
00000000 00000000 00000000 03FCF800 000000C0 00000000 7F030000 00000000
00000000 00000000 F1010000 00E00FF8 00000000 00000000 00803F03 00000000
00000000 00000000 1BF0E113 000000C0 00000000 0F030000 000000C0 00000000
00000000 E30F0000 00C033F0 00000000 00000000 00F00F03 00000000 00000000
00000000 67E0E307 070000C0 000000F8 07010000 000000F0 00000000 00000000
C7010000 00C087C1 0CF00300 00000000 00FC0101 00000000 00000000 00000000
03C36F00 030000C0 00001CE0 80010000 000000FF 00000000 00000000 3F000000
00C007CE 1EE00300 00000000 007E8000 00000000 00000000 00000000 078C1F00
03000080 00001CE0 80000000 00000038 00000000 00000000 07000000 00800F30
3EE00300 00000000 00308000 00000000 00000000 00000000 0FE00100 03000080
00003EE0 80000000 00000040 00000000 00000000 00000000 00000FE0 3FE00300
00000000 0000C000 00000000 00000000 00000000 0F300000 03000000 00006FE0
C0000000 00000000 00000000 00000000 00000000 00001F00 4FE00300 00000080
0000F800 00000000 00000000 00000000 0E000000 03000000 00804FE0 60000000
00000000 00000000 00000000 00000000 00001F00 C7E00300 000000C0 00008000
00000000 00000000 00000000 7F000000 03000000 008087E0 00000000 00000000
00000000 00000000 00000000 00001E00 87E10300 000000C0 00000000 00000000
00000000 00000000 06000000 03000000 00C083E1 00000000 00000000 00000000
00000000 00000000 00000200 03E10300 000000E0 00000000 00000000 00000000
00000000 00000000 03000000 00E003E3 00000000 00000000 00000000 00000000
00000000 00000000 01E20300 000000E0 00000000 00000000 00000000 00000000
00000000 03000000 00F001E2 00000000 00000000 00000000 00000000 00000000
00000000 01E60300 000000F0 00000000 00000000 00000000 00000000 00000000
01000000 00F800E4 00000000 00000000 00000000 00000000 00000000 00000000
83FF0700 000000FC 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
END DEFINEFONT


This method saves having to load the face image from SDcard.

JimEdited by TassyJim 2016-04-09
VK7JH
MMedit
 
MicroBlocks

Guru

Joined: 12/05/2012
Location: Thailand
Posts: 2209
Posted: 07:14pm 07 Apr 2016
Copy link to clipboard 
Print this post

Would it not be possible to do what the OP stated by using a display with more then one page.
You could then build up page 1, put the dials (and other values) in the right place by drawing over it, then display it.
Then when one second is passed do the same and display page 2.
Then back to page one, etc..

Maybe if that is really wanted a different display has to be chosen.


Microblocks. Build with logic.
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6266
Posted: 08:51pm 07 Apr 2016
Copy link to clipboard 
Print this post

Here it is with hands.

' clockface.bas
' Font type : Full (1 characters)
' Font size : 240x240 pixels
' Memory usage : 7204 bytes
' Font adapted from: http://www.rinkydinkelectronics.com/r_fonts.php
Hl = 55 ' length of hands
Ml = 70
Sl = 80
Xs = MM.HRES/2 ' "old" hands position
Ys = MM.VRES/2
Xm = MM.HRES/2
Ym = MM.VRES/2
Xh = MM.HRES/2
Yh = MM.VRES/2
CLS
SETPIN 26,DOUT ' display brightness
PIN(26)=1
TEXT MM.HRES/2,MM.VRES/2, " ",CM,8,1,RGB(YELLOW) 'draw the clock face
SETTICK 1000,ticktock
DO
LOOP

ticktock:
timeNow$ = TIME$
sec = VAL(MID$(timeNow$,7,2))
min = VAL(MID$(timeNow$,4,2))
min = min+sec/60
hr = VAL(MID$(timeNow$,1,2))
IF hr >=12 THEN hr = hr-12 ' convert to 12 hour
hr = hr+min/60

LINE MM.HRES/2, MM.VRES/2,Xh,Yh,1,RGB(BLACK)' erase the old hands
LINE MM.HRES/2, MM.VRES/2,Xm,Ym,1,RGB(BLACK)
LINE MM.HRES/2, MM.VRES/2,Xs,Ys,1,RGB(BLACK)

Sa = RAD(360*sec/60)+PI ' seconds
Xs = MM.HRES/2-Sl*SIN(Sa)
Ys = MM.VRES/2+Sl*COS(Sa)

Ma = RAD(360*min/60)+PI ' minutes
Xm = MM.HRES/2-Ml*SIN(Ma)
Ym = MM.VRES/2+Ml*COS(Ma)

Ha = RAD(360*hr/12)+PI ' hours
Xh = MM.HRES/2-Hl*SIN(Ha)
Yh = MM.VRES/2+Hl*COS(Ha)

LINE MM.HRES/2, MM.VRES/2,Xh,Yh,1,RGB(WHITE) ' draw the new hands
LINE MM.HRES/2, MM.VRES/2,Xm,Ym,1,RGB(WHITE)
LINE MM.HRES/2, MM.VRES/2,Xs,Ys,1,RGB(CYAN)

IRETURN


DEFINEFONT #8
0120F0F0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
FF000000 80FFFF8F 00000000 00000000 00000000 00000000 00000000 00000000
9F033E00 0000003E 00000000 00000000 00000000 00000000 00000000 3E000000
003E1E02 00000000 00000000 00000000 00000000 00000000 00000000 1E061F00
0000003E 00000000 00000000 00000000 00000000 00000000 1F000000 003E1E84
00000000 00000000 00000000 00000000 00000000 00000000 1E8C0F00 0000003E
00000000 00000000 00000000 00000000 00000000 07000000 003E1ED8 00000000
00000000 00000000 00000000 00000000 00000000 1ED80700 0000003E 00000000
00000000 00000000 00000000 00000000 03000000 003E1EE0 00000000 00000000
00000000 00000000 00000000 0000C000 1EE00300 0000003E 00000000 00000000
00000000 00000000 80030000 03000000 003E1EF0 00000000 00000000 00000000
00000000 00000000 0000C007 1EF80100 0000003E 00000000 00000000 00000000
00000000 E01F0000 01000000 003E1EF8 00000000 00000000 00000000 00000000
00000000 0000E073 1E7C0100 0000003E 00000200 00000000 00000000 00000000
F0E30100 02000000 003E1E7C 03000000 00000080 00000000 00000000 01000000
0000F0E1 1E7E0200 0000003E 00C00300 00000000 00000000 00000000 F8210000
04000000 003E1E3E 03000000 000000F0 00000000 00000000 30000000 0000FC20
1E1F0800 0000003E 00FC0300 00000000 00000000 00000000 FC20E000 18000000
003E9E1F 07000000 000000C0 00000000 00000000 F0010000 00007C20 9E0F1000
0000003E 00C00700 00000000 00000000 00000000 3E20FC07 38000000 003EFF1F
0F000000 00000080 00000000 00000000 FF030000 00001F60 FF1FFE01 000080FF
00800F00 00000000 00000000 00000000 1F20FF00 00000000 00000000 1F000000
00000000 00000000 00000000 3F000000 00801FC0 00000000 00000000 00003F00
00000000 00000000 00000000 0FF01F00 00000080 00000000 3E000000 00000000
00000000 00000000 07000000 00C007FC 00000000 00000000 00007C00 00000000
00000000 00000000 07FF0100 000000E0 00000000 7C000000 00000000 00000000
00000000 00000000 00F883FF 00000000 00000000 0000F800 00000000 00000000
00000000 E1DF0000 000000E0 00000000 F8000000 00000000 00000000 00000000
00000000 0080F9CF 00000000 00000000 0000F001 00000000 00000000 00000000
FFC70000 00000000 00000000 F0030000 00000000 00000000 00000000 00000000
0000FCC1 00000000 00000000 0000E013 00000000 00000000 00000000 F8C00000
00000000 00000000 C01F0000 00000000 00000000 00000000 00000000 0000C0C0
00000000 00000000 00008003 00000000 00000000 00000000 80C10000 00000000
00000000 C0010000 00000000 00000000 00000000 00000000 00000080 00000000
00000000 00004000 00000000 00000000 00000000 00F00000 00000000 00000000
20000000 00000000 00000000 00000000 00000000 000000E0 00000000 00000000
00000000 00000000 00000000 00000000 00C00100 00000000 00000000 00000000
00000000 00000000 00000000 01000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 C0000000 00000000 00000000 00000000
00000000 00000000 00010000 00000000 0000E000 00000000 00000000 00000000
00000000 00000000 00008007 E0010000 00000000 00000000 00000000 00000000
00000000 C00F0000 00000000 00006001 00000000 00000000 00000000 00000000
00000000 0000C03F 30000000 00000000 00000000 00000000 00000000 00000000
E0FF0000 00000000 00001000 00000000 00000000 00000000 00000000 03000000
000010FF 18000000 00000000 00000000 00000000 00000000 00000000 30F80F00
00000000 00000800 00000000 00000000 00000000 00000000 1F000000 000078F8
08080000 00000000 00000000 00000000 00000000 00000000 F8E07F00 00000000
F8FFFD1D 00000000 00000000 00000000 00000000 FF0E0000 0000FC07 FF1F0000
0000F0FF 00000000 00000000 00000000 00000000 F41FFE07 00000000 F0FFFF1F
00000000 00000000 00000000 00000000 F8070000 0000F23F FF3F0000 0000E0FF
00000000 00000000 00000000 00000000 80FFE003 00000000 E0FFFF7F 00000000
00000000 00000000 00000000 83010000 000000FF 01400000 0000C000 00000000
00000000 00000000 00000000 00F88F01 00000000 80800100 00000000 00000000
00000000 00000000 9F000000 000000F0 00000000 00000080 00000000 00000000
00000000 00000000 00E0FF00 00000000 00C00000 00000000 00000000 00000000
00000000 7F000000 00000000 00000000 00000060 00000000 00000000 00000000
00000000 00007C00 00000000 00600000 00000000 00000000 00000000 00000000
38000000 00000000 00000000 00000026 00000000 00000000 00000000 00000000
00001000 00000000 003C0000 00000000 00000000 00000000 00000000 10000000
00000000 00000000 00000018 00000000 00000000 00000000 00000000 00000800
00000000 00180000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000010 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 04000000 00000000 00000000 00000000
00000000 00000000 00000000 80000000 00000C00 00000000 00000000 00000000
00000000 00000000 00000000 1C008000 00000000 00000000 00000000 00000000
00000000 00080000 C0000000 00007C00 00000000 00000000 00000000 00000000
00000000 40000008 FC01F000 00000000 00000000 00000000 00000000 00000000
FF0F0000 9800C0FF 0000FC07 00000000 00000000 00000000 00000000 00000000
C0FFFF0F FC0F8C00 00000000 00000000 00000000 00000000 00000000 FF0F0000
0300C0FF 0000EC3F 00000000 00000000 00000000 00000000 00000000 C0FFFF0F
C4FF0000 00000000 00000000 00000000 00000000 00000000 FF0D0000 0300C0FE
000000FE 00000000 00000000 00000000 00000000 00000000 40000008 00F80700
00000000 00000000 00000000 00000000 00000000 00080000 9F004000 000000FC
00000000 00000000 00000000 00000000 00000000 C000000C 04C6FF00 00000000
00000000 00000000 00000000 00000000 FF0F0000 FF00C0FF 00008C01 00000000
00000000 00000000 00000000 00000000 C0FFFF0F C400FE00 00000000 00000000
00000000 00000000 00000000 FF0F0000 F800C0FF 00007C00 00000000 00000000
00000000 00000000 00000000 C0FFFF0F 1C00E000 00000000 00000000 00000000
00000000 00000000 00080000 8000C000 00000C00 00000000 00000000 00000000
00000000 00000000 40000008 04008000 00000000 00000000 00000000 00000000
00000000 00080000 FF004000 0000FCFF 00000000 00000000 00000000 00000000
00000000 C0FFFF0E FCFFFF00 00000000 00000000 00000000 00000000 00000000
FF0F0000 FF00C0FF 0000FCFF 00000000 00000000 00000000 00000000 00000000
C0FFFF0F FCFFFF00 00000000 00000000 00000000 00000000 00000000 FF0F0000
FF00C0FF 0000FCFF 00000000 00000000 00000000 00000000 00000000 C0FFFF0F
0C008000 00000000 00000000 00000000 00000000 00000000 00080000 00014000
00000400 00000000 00000000 00000000 00000000 00000000 00000000 04000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00800000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000080 00000000 00000000 00000000 00000000 00000000 00000000 00C00000
00000000 00000000 00000000 00000000 00000000 00000000 01000000 000000C0
00000000 00000000 00000000 00000000 00000000 00000000 00E00700 00000000
00000000 00000000 00000000 00000000 00000000 0F000000 000000E0 00000000
00000000 00000000 00000000 00000000 00000000 00F07F00 00000000 00000000
00000000 00000000 01000000 00000000 FF010000 00000090 00000000 00000000
00000000 00000000 00000300 00000000 0018FE03 00000000 00000000 00000000
00000000 06000000 00000000 FC0F0000 00000018 00000000 00000000 00000000
00000000 00800700 04000000 007CE07F 00000000 00000000 00000000 00000000
0F000000 000000E0 81FF0700 000000FE 00000000 00000000 00000000 00000000
00F00F00 03000000 00FE03FE 00000000 00000000 00000000 00000000 1F000000
000000FC 0FFC0100 000000FA 00000000 00000000 00000000 00000000 00FE3300
01000000 00E17FF0 00000000 00000000 00000000 00000000 30000000 000080FF
FFC10000 00000081 00000000 00000000 00000000 00000000 E03F7800 00000000
8003FF83 00000000 00000000 00000000 00000000 7E000000 0000F80F FC4F0000
0000800F 00000000 00000000 00000000 00000000 FC07FF00 00000040 C07FF07F
00000000 00000000 00000000 00000000 BF000000 0080FFE1 C13F0000 0000E0FF
00000000 00000000 00000000 00000000 7FF01F01 00000080 C0FF033F 00000000
00000000 00000000 00000000 0F010000 00003FF8 0F1C0000 000000FC 00000000
00000000 00000000 00000000 0FFE8303 00000000 00F07F18 00000000 00000000
00000000 00000000 E0070000 000086FF FF090000 000000C0 00000000 00000000
00000000 00000000 E43FF007 00000000 0000FF0D 00000000 00000000 00000000
00000000 F80F0000 0000FC1F FC070000 00000000 00000000 00000000 00000000
00000000 F807FE1B 00000000 0000F007 00000000 00000000 00000000 00000000
FF300000 0000F081 C0030000 00000E00 00000000 00000000 00000000 00000000
70E03F38 00000000 FE010003 00000000 00000000 00000000 00000000 1F3E0000
000060F0 0F010000 0000FCFF 00000000 00000000 00000000 00000000 60FC077F
00000000 F801FF01 00000000 00000000 00000000 00000000 E1FF0000 000040FF
C0000000 0000F003 00000000 00000000 00000000 00000000 807FF09F 00000000
E0078000 00000000 00000000 00000000 00000000 F80F0000 0000803F 40000000
0000C00F 00000000 00000000 00000000 00000000 000FFE03 00000000 801F0000
00000000 00000000 00000000 00000000 FF000000 00000087 00000000 0000003F
00000000 00000000 00000000 00000000 00E23F00 00000000 007E0000 00000000
00000000 00000000 00000000 1F000000 000000F6 00000000 000000FC 00000000
00000000 00000000 00000000 00FC0700 00000000 00F80100 00000000 00000000
00000000 00000000 01000000 000000F8 0B000000 000000F0 00000000 00000000
00000000 00000000 00700000 00000000 00F00F00 00000000 00000000 00000000
00000000 00000000 00000030 07000000 000000E0 00000000 00000000 00000000
00000000 00300000 00000000 00C00700 00000000 00000000 00000000 00000000
00000000 00000000 03000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000300 00000000 00000000 00000000 00000000 00000000
00000000 00000000 01000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00E00000 00000000 00000000 00000000 00000000 00000000
00000000 01000000 000000F0 00000000 00000000 00000000 00000000 00000000
00000000 00F80100 00000000 00000000 00000000 00000000 00000000 00000000
03000000 000000E6 00000000 00000000 00000000 00000000 00000000 00000000
00E30300 00000000 00000000 00000000 00000000 00000000 00000000 07000000
0000C0C3 00000000 00000000 00000000 00000000 00000000 00000000 E0C70F00
00000000 00000000 00040000 00000000 00000000 00000000 0F000000 0000C88F
00000000 00000000 00000006 00000000 00000000 00000000 800F1F00 00000000
00000000 00070000 00000000 00000000 00000000 3F000000 0000001F 00000000
00000000 0000C003 00000000 00000000 00000000 001F3E00 00000000 00000000
C0070000 00000000 00000000 00000000 3E000000 0020003E 00000000 00000000
0000F007 00000000 00000000 00000000 003EFC00 000000E0 00000000 F8030000
00000000 00000000 00000000 FC000000 00E001FC 00000000 00000000 0000FC02
00000000 00000000 00000000 03FCF800 000000C0 00000000 7F030000 00000000
00000000 00000000 F1010000 00E00FF8 00000000 00000000 00803F03 00000000
00000000 00000000 1BF0E113 000000C0 00000000 0F030000 000000C0 00000000
00000000 E30F0000 00C033F0 00000000 00000000 00F00F03 00000000 00000000
00000000 67E0E307 070000C0 000000F8 07010000 000000F0 00000000 00000000
C7010000 00C087C1 0CF00300 00000000 00FC0101 00000000 00000000 00000000
03C36F00 030000C0 00001CE0 80010000 000000FF 00000000 00000000 3F000000
00C007CE 1EE00300 00000000 007E8000 00000000 00000000 00000000 078C1F00
03000080 00001CE0 80000000 00000038 00000000 00000000 07000000 00800F30
3EE00300 00000000 00308000 00000000 00000000 00000000 0FE00100 03000080
00003EE0 80000000 00000040 00000000 00000000 00000000 00000FE0 3FE00300
00000000 0000C000 00000000 00000000 00000000 0F300000 03000000 00006FE0
C0000000 00000000 00000000 00000000 00000000 00001F00 4FE00300 00000080
0000F800 00000000 00000000 00000000 0E000000 03000000 00804FE0 60000000
00000000 00000000 00000000 00000000 00001F00 C7E00300 000000C0 00008000
00000000 00000000 00000000 7F000000 03000000 008087E0 00000000 00000000
00000000 00000000 00000000 00001E00 87E10300 000000C0 00000000 00000000
00000000 00000000 06000000 03000000 00C083E1 00000000 00000000 00000000
00000000 00000000 00000200 03E10300 000000E0 00000000 00000000 00000000
00000000 00000000 03000000 00E003E3 00000000 00000000 00000000 00000000
00000000 00000000 01E20300 000000E0 00000000 00000000 00000000 00000000
00000000 03000000 00F001E2 00000000 00000000 00000000 00000000 00000000
00000000 01E60300 000000F0 00000000 00000000 00000000 00000000 00000000
01000000 00F800E4 00000000 00000000 00000000 00000000 00000000 00000000
83FF0700 000000FC 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
END DEFINEFONT

Jim
VK7JH
MMedit
 
lew247

Guru

Joined: 23/12/2015
Location: United Kingdom
Posts: 1702
Posted: 10:05pm 07 Apr 2016
Copy link to clipboard 
Print this post

wow Thanks
I love this forum it's so amazing and everyone so helpful
I'm assuming this is just to display the actual hands and I have to do the rest of the coding to get it to sync from the RTC
Out of curiousity, is there an easy way to specify where to draw the clock rather than the centre of the display?
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025