New modules compiled
This commit is contained in:
15
CLAUDE.md
15
CLAUDE.md
@@ -6,10 +6,12 @@ vintage marine radar.
|
||||
There will be two scopes. An early A Scope and a PPI scope.
|
||||
|
||||
The PPI scope will take up the entire right hand side of the display
|
||||
(1/2 inch margins on top,bottom, and right hand side) and the A Scope will
|
||||
(1 inch margins on top,bottom, and right hand side) and the A Scope will
|
||||
be smaller, located in the center of the left hand
|
||||
side of the display near the left margin.
|
||||
|
||||
Please impliment 1 inch margins around both scopes. I am getting them cut off
|
||||
|
||||
Display should be whole screen. An escape, possibly with the escape key
|
||||
needs to be provided to exit the program and go back to shell.
|
||||
|
||||
@@ -153,7 +155,10 @@ A scope:
|
||||
graticule appear to move up and out and the replacement graticule move
|
||||
in and down in place. The operator takes them out from a slot above the
|
||||
scope and inserts the replacement through the same slot. All these graticules
|
||||
are lighted with incandescent colors.
|
||||
are lighted with incandescent colors. Graticule should have vertical lines
|
||||
for each range and a horizontal line at the bottom. Left of the screen you
|
||||
have the words "SIGNAL STRENGTH" and bottom of the screen you
|
||||
have the words "RANGE"
|
||||
|
||||
Note on screen update vs pulse repetition frequency. We need to be careful
|
||||
since we have no control of the display update frequency and need
|
||||
@@ -277,6 +282,9 @@ Order of testing features.
|
||||
and hold for 5 seconds for each range
|
||||
4. PPI scope range rings; both active display and persistence display - test
|
||||
for each range settings; hold for 5 seconds each
|
||||
5. PPI scope active target operation, as well as persistance. Create
|
||||
four fake targets, one small, one large and two very large with
|
||||
blooming. Do random range and bearing with one in earch quadrant.
|
||||
5. PPI scope cursor - test by slowly changing range and bearing
|
||||
6. PPI scope weather noise - test by changing noise level slowly
|
||||
7. PPI scope waves noise - test by changing noise level slowly
|
||||
@@ -284,9 +292,10 @@ Order of testing features.
|
||||
|
||||
========================================================
|
||||
|
||||
Generate code for testiong feature 1 and 2 only;
|
||||
Generate code for testiong feature 1 and 2 and 3 only;
|
||||
1. General initialization and set up basic boundaries of the two scopes
|
||||
on the screen. No features on each scope yet.
|
||||
2. Edge graticule on ppi scope (Bearing ticks and numbers)
|
||||
3. replaceable graticules for A scope
|
||||
Do not generate any other code
|
||||
Generate code the run this and hold for 10 seconds and exit
|
||||
|
||||
Reference in New Issue
Block a user