Commit cc4ab5b1 authored by lcgamboa's avatar lcgamboa

new: clock frequency of 64 and 48Mhz added

parent 7045e324
......@@ -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;
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment