Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
picsimlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
picsimlab
Commits
cc4ab5b1
Commit
cc4ab5b1
authored
Aug 05, 2020
by
lcgamboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new: clock frequency of 64 and 48Mhz added
parent
7045e324
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/picsimlab1_d.cc
src/picsimlab1_d.cc
+1
-1
src/picsimlab_1.lxrad
src/picsimlab_1.lxrad
+1
-1
No files found.
src/picsimlab1_d.cc
View file @
cc4ab5b1
...
...
@@ -110,7 +110,7 @@ CPWindow1::CPWindow1(void)
combo1
.
SetVisible
(
1
);
combo1
.
SetColor
(
lxT
(
"#000001"
));
combo1
.
SetPopupMenu
(
NULL
);
combo1
.
SetItems
(
lxT
(
"40,32,20,16,10,8,4,2,1,"
));
combo1
.
SetItems
(
lxT
(
"
64,48,
40,32,20,16,10,8,4,2,1,"
));
combo1
.
SetText
(
lxT
(
"2"
));
combo1
.
SetReadOnly
(
0
);
combo1
.
EvOnComboChange
=
EVONCOMBOCHANGE
&
CPWindow1
::
combo1_EvOnComboChange
;
...
...
src/picsimlab_1.lxrad
View file @
cc4ab5b1
...
...
@@ -106,7 +106,7 @@
<EvOnDraw type="Event">FALSE</EvOnDraw>
<EvOnFocusIn type="Event">FALSE</EvOnFocusIn>
<EvOnFocusOut type="Event">FALSE</EvOnFocusOut>
<Items type="StringList">40,32,20,16,10,8,4,2,1,</Items>
<Items type="StringList">
64,48,
40,32,20,16,10,8,4,2,1,</Items>
<Text type="String">2</Text>
<ReadOnly type="bool">0</ReadOnly>
<EvOnComboChange type="Event">TRUE</EvOnComboChange>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment