Jump to content

FoxHoundcn

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by FoxHoundcn

  1. v2.0.1 software release add multi-language
  2. v2.0.1 release fix wrong HID driver information
  3. Sorry I not have.:cry:
  4. Really is done for a long, long time...
  5. Yes, that's right
  6. All have SWD mode ST-Link can be used. Basic version is Unregistered version, it have 4 12-bit axis,64 normal button and 2 hat. you can not use software custom easyjoy32one.
  7. I'm FoxHoundcn from china. Because mmjoy limit chinese system,so I create a new game joy controllor. It have : 8 12-bit axis. 128 button. (Mode : click, jog, batter, on-pulse, off-pulse, all-pulse, encoder max 64, keyboard mapping) 4 hat. 128 ws2811/2812 rgb led controllor.(custom color, brightness controllor) Custom HID driver amount. usb firmware update. :joystick: Firmware License Basic Edition : free Professional Edition :15rmb (If you not chinese 15$) My contact information: QQ-group:22356470 Hardware STM32F103C8T6 SchDoc.rar ClearRegeditTool.rar EasyJoy32_DFU.rar EasyJoy32Onev2.1.2firmware.rar EasyJoy32Register_v2.1.1.rar EasyJoy32One_v2.1.2.rar
  8. Create it use Export.lua,Output game data MassageControllor,Myself software,Link game UDP and ardroid wifi unity3D,create a ardroid app ,show a adi.
  9. https://youtu.be/jUkinT4Awxg
  10. Now you can download
  11. My English sucks,I'm very sorry。The following is the result of google translation。 //========================================================== It provides an open plug environment, access to a variety of data to MessageControllor and become MessageControllor modules. MessageController itself provides a data connection between the module, after the data transfer, and data processing functions。 Plugin interface - ControllorPlugin.dll: string ID Used to plug the specified ID, the file name is equivalent to the plug-in is unique. string getName(); Name used in the software UI display can be arbitrarily designated, no special requirements. void Init(); Plugin its initialization function void Updata(); Each loop is executed, it can be used to update the plugin data. function DataCalculation(mIndex, pIndex, value) Lua function plug-in DLL files of the same name, is used to obtain the data format. Lua required plug-in DLL in the same directory with the same name (different suffix). string valueChangeEvent(int mIndex, int pIndex); When the data is modified, and the format through the Calculation function in Lua Data, will trigger this function is executed. bool Open To switch plug, the plug on the corresponding software UI check box. object getProperty(); Plug-in properties when the plug-in is selected, the Properties window displays. List<Module> getModuleList(); List of plug-ins provided by a plug-in can provide multiple modules, each module can have a different interface definition. List<Log> LogList If you need to output Log, only need to be added to LogList information, the software will automatically drawn to the UI. void Dispose(); Function to execute when the software exits. Download MessageControllor: https://drive.google.com/open?id=0B1g3FOgnaU1YMVpxX29kSXVkSkU Plug-in Development Guide: https://drive.google.com/open?id=0B1g3FOgnaU1YUnBQV1dNV0hjVHc Android test app https://drive.google.com/open?id=0B1g3FOgnaU1Ycld1cXV4LWZDZ28 MessageControllor_Instruction manual https://drive.google.com/open?id=0B1g3FOgnaU1YaFhPSmJKeGdDQXM
×
×
  • Create New...