| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 190 |
3499 d 3 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
|
|
| 189 |
3499 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
|
|
| 188 |
3500 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
|
|
| 187 |
3500 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
@TODO: Fix the slow moving pot not updating bug |
|
| 186 |
3500 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Oled code now working (Had to change byte order for oled display)
Initial code for DCS interface added, need to test on live instance now |
|
| 185 |
3501 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Oled display code now working
Need to fix BitImage.toByteArray (Showing garbage) |
|
| 184 |
3502 d 2 h |
pfowler |
/Projects/nitdcscore/ |
Some intiial bug fixing and testing of the oled. Throwing noise on the screen, tbc... |
|
| 183 |
3520 d 10 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Started adding oled intergration code |
|
| 182 |
3522 d 10 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Added initial Oled code and BitImage handling functions
Added flap images for display on oled |
|
| 181 |
3571 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Created DcsMap command to send magnetic switch strings instead of values
Applied DCS map to SAS and anti-skid
Lowered threshold on yaw trim, throws movements, but better sensitivity |
|
| 180 |
3581 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Some vjoy bug fixes.
Made multi joystick use switch to select it |
|
| 179 |
3581 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Added vjoy dlls to project, and set to auto-copy unmanaged dll |
|
| 178 |
3581 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
|
|
| 177 |
3586 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Couple of bug fixes |
|
| 176 |
3586 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
OSInput key method ready for testing |
|
| 175 |
3586 d 16 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Check if the led data has changed before, abandon early |
|
| 174 |
3588 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Try to send the keystroke for longer, drr if it works with DirectX |
|
| 173 |
3588 d 6 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Led outputs for MultiPanel (NMSP) working |
|
| 172 |
3588 d 12 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
New method for updating leds, time to test it |
|
| 171 |
3589 d 1 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Added LED output support |
|
| 170 |
3589 d 4 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Fixed a couple of adc issues
tested and all working with new inpurt data report |
|
| 169 |
3589 d 16 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
AHCP - Dont send updates after getting initial values |
|
| 168 |
3590 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Removed some commented code
Changed getPosition to return true if the pot has moved |
|
| 167 |
3590 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Changed to inpurt report for passing button/joystick data
Added code for potentiometer support
Added Fuel System reciever light pot
Needs to be tested |
|
| 166 |
3592 d 5 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Changed inputs to 64-bit. Might have gone too far with it (some dont need to be 64, should be like 8)
Added NMSP Input code (Now need to to output for NMSP leds) |
|
| 165 |
3600 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Started adding some joystick/mouse stuff |
|
| 164 |
3600 d 3 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Moved all mcp23017 class arragement
Fixed UFC bindings
@TODO: Not sending function keys to DCS, Functiuons keys to windows apps work... |
|
| 163 |
3600 d 12 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Added mcp23017 sub class
Rmoved old code from mcp2221 |
|
| 162 |
3601 d 3 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Add Multi Panel
Added CommandIf |
|
| 161 |
3605 d 2 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Bug fixes and code enhancements |
|
| 160 |
3605 d 13 h |
pfowler |
/Projects/nitdcscore/nitdcscore/ |
Testing version |
|
| 159 |
3606 d 2 h |
pfowler |
/Projects/nitdcscore/ |
|
|
| 158 |
3606 d 16 h |
pfowler |
/Projects/nitdcscore/ |
Added dcs panels core - bedding project |
|
| 157 |
3970 d 2 h |
pfowler |
/Projects/NITPanels/Software/Windows/NITPanels/ |
Code moving towards more modularised components. NITDevice code moved into own file
MainForm - Recives client inputs and form config data
FSXObject - Provides core fsx functionality and data returns
NITPanels - Will handle all device related calls in future
NITPanels or NITDevice shouldn't have any hSimConnect code
FSXObject shouldn't have any device related code
MainForm should only init FSXObject & messages, and only handle device config & data |
|
| 156 |
3970 d 9 h |
pfowler |
/Projects/NITPanels/Software/Windows/ |
NavComm and AudioSel devices now both working with test forms
Some framework changes needed, better handling of the multiple comm code |
|
| 155 |
3972 d 13 h |
pfowler |
/Projects/NITPanels/Software/Windows/ |
|
|
| 154 |
4066 d 4 h |
pfowler |
/Projects/NITPanels/Hardware/NITCommNav/controller/firmware/ |
- i2c display digit updates only the digit that changed. Much performance improvement
- Input updates set to 50ms, display now seems a lot more stable |
|
| 153 |
4101 d 3 h |
pfowler |
/Projects/NITPanels/Software/Windows/ |
|
|
| 152 |
4113 d 2 h |
pfowler |
/Projects/NITPanels/Hardware/NITCommNav/controller/firmware/ |
- Added version retrieval code |
|
| 151 |
4113 d 5 h |
pfowler |
/Projects/NITPanels/Hardware/NITCommNav/display/firmware/ |
Reversed rotary turn direction to match HW |
|