Commit Graph

74 Commits

Author SHA1 Message Date
Vicki Pfau
b41c4957e7
vibration: Improve vibration example usability (#107)
This update moves the frequency controls to D-Pad and lets you turn the values
down, as well as displaying the current values on screen.
2024-10-16 19:57:56 +01:00
yellows8
454610b266
Updated hdls example for passing workmem. 2023-02-23 10:09:09 -05:00
yellows8
950e99a1ab
Updated hdls example for 13.0.0. 2021-09-17 12:42:06 -04:00
yellows8
a5f53afed0
hid/hdls: Use HiddbgNpadButton. 2020-12-08 15:39:02 -05:00
yellows8
b924d358ec
hid/read-controls: Updated comment. 2020-12-08 14:59:11 -05:00
yellows8
62885bbbff
hid/hdls: Updated for hid-refactor. 2020-12-08 13:54:25 -05:00
yellows8
ac702280bc
hid/read-controls: Updated for hid-refactor. 2020-12-08 13:52:19 -05:00
yellows8
40ec713452
hid/abstracted-pad: Updated for hid-refactor. 2020-12-08 12:56:11 -05:00
yellows8
07863f0585
hid/touch-screen: Updated for hid-refactor. 2020-12-08 10:36:50 -05:00
yellows8
a6ea828801
hid/irsensor: Updated for hid-refactor. 2020-12-08 01:03:19 -05:00
yellows8
00a0bb3899
hid/vibration: Minor adjustments. 2020-12-08 00:33:18 -05:00
yellows8
29484f5c06
hid/sevensixaxis: Updated for hid-refactor. 2020-12-08 00:23:52 -05:00
yellows8
5a42b4766b
hid/ring-con: Updated for hid-refactor. 2020-12-08 00:00:16 -05:00
yellows8
2b0d5062a5
colors/notification-led: Updated for hid-refactor. 2020-12-07 23:44:31 -05:00
fincs
4272e286cc
hid/vibration: update for hid-refactor 2020-12-01 21:51:39 +01:00
fincs
8487e07653
hid/sixaxis: update for hid-refactor 2020-12-01 21:46:58 +01:00
fincs
847bb129e9
Use diagAbortWithResult instead of fatalThrow 2020-10-31 19:13:24 +01:00
yellows8
1392e6cad0
Added hid/sevensixaxis example. 2020-06-01 12:16:15 -04:00
yellows8
948ce48e58
Updated the irsensor example for latest libnx, and various improvements. 2020-04-02 18:50:27 -04:00
yellows8
2e7d0c198e
Minor adjustment for the ring-con example. 2020-03-24 22:23:58 -04:00
yellows8
2ee7aff9e4
Added hid/ring-con example. (#76)
* Added hid/ring-con example.
2020-03-24 22:19:30 -04:00
yellows8
9da8e4a9f4
Updated vibration example for latest libnx / various adjustments. 2020-01-12 12:27:17 -05:00
yellows8
c3c4c4f07c
Updated for latest libnx (fatalSimple -> fatalThrow). 2019-10-25 18:51:09 -04:00
yellows8
9b44df4132
Updated notification-led example for using hidsysSetNotificationLedPatternWithTimeout. 2019-10-19 19:53:56 -04:00
yellows8
da994a8a69
Updated hid/notification-led for latest libnx. 2019-10-11 15:37:32 -04:00
yellows8
9d11f70f3c
Updated the hid/abstracted-pad and hid/hdls examples for latest libnx, this includes hdls support for [9.0.0+]. Adjusted buttons handling in hdls example, and print NpadInterfaceType/PowerInfo. 2019-09-14 11:17:58 -04:00
yellows8
c24895c52f
Added deprecated warning to the hid/abstracted-pad example. 2019-09-11 16:13:54 -04:00
yellows8
fee28d299f
Updated irsensor example. 2019-07-01 22:16:58 -04:00
yellows8
a6b6b7be06
Added hid/abstracted-pad example. 2019-06-28 21:56:54 -04:00
yellows8
5d34eb6476
Updated hdls example, for controller type handling. 2019-06-24 21:56:21 -04:00
fincs
4e888f77ed Correct key names in hid/read-controls 2019-06-16 21:25:29 +02:00
yellows8
7d45e89416
In the hdls example, set the batteryCharge and added a comment. 2019-06-08 21:56:01 -04:00
yellows8
b074eb7a4f
Added hid/hdls example. 2019-06-06 20:52:48 -04:00
CTCaer
6027f34bfd [hid] Notification led example update and add effects (#54)
* [hid] Notification led example update and add effects
2019-04-27 18:11:25 -04:00
yellows8
1d7a5f04df
Updated notification-led example for latest libnx. 2019-04-26 21:51:19 -04:00
yellows8
452002158c
Added notification-led example. 2019-04-26 12:41:32 -04:00
fincs
d6db1e45c9 Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
fincs
f07f848dfd Consolidate all makefiles with changes from the template 2019-03-26 13:52:19 +01:00
fincs
0ea76cf3ed Replace usage of old gfx API with new NWindow/Framebuffer API. Clean up some of the examples that used mixed console + custom sw rendering. 2018-12-25 16:58:57 +01:00
yellows8
f614d498b3 Added hid/colors example. 2018-10-16 22:48:15 -04:00
Vicki Pfau
79e5635e14 Add SixAxis example 2018-10-12 11:40:12 -04:00
fincs
4894fcf472 Update console examples to use the new console API. Improved documentation of application template. 2018-10-06 16:50:57 +02:00
Dave Murphy
9334a40b31 use default gnu++14 instead of explicit gnu++11 2018-09-19 02:10:58 +02:00
fincs
012423e429 Remove unnecessary calls to gfxWaitForVsync 2018-09-09 17:25:47 +02:00
Dave Murphy
13000dfd88 fix bin2o rule for parallel make 2018-05-22 00:56:53 +02:00
Dave Murphy
4dcced2805 parallelise Makefiles 2018-05-02 21:58:58 +02:00
Thompson Lee
d4cf965df9 Updated all hidKeys...() function to store u64 instead of u32. (#28)
Also fixed some whitespace in usbds example
2018-04-30 00:18:16 +02:00
Dave Murphy
305c6f325e add ROMFS option to all Makefiles (#25)
* add romfs building

* report error on failure

* add ROMFS option to all Makefiles
2018-04-19 14:54:51 -04:00
yellows8
f1c0e89ad9 Added note for system-settings vibration config. 2018-03-16 21:44:44 -04:00
yellows8
54e546c63b Added note to irsensor example for using handheld-mode/non-CONTROLLER_PLAYER_*. 2018-03-16 19:45:36 -04:00