摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/NRF24L01
…
阅读全文
发布时间 : 2018/02/12 15:31
张高兴
阅读(1273)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/KT0803L
## …
阅读全文
发布时间 : 2018/01/14 00:18
张高兴
阅读(975)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/OLED
## Im …
阅读全文
发布时间 : 2018/01/10 15:49
张高兴
阅读(901)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219_7Segm …
阅读全文
发布时间 : 2018/01/09 16:58
张高兴
阅读(814)
评论(0)
摘要 :
## Shortcut 简介
Shortcut 是 Android 7.1 (API Level 25) 的新特性,类似于苹果的 3D Touch ,但并不是压力感应,只是一种长按菜单。Shortcut 是受启动器限制的,也就是说国内大厂的定制系统大多数是不支持的,那些所谓的可以 pin 在桌面上的应用功能的快捷 …
阅读全文
发布时间 : 2017/12/31 22:31
张高兴
阅读(1187)
评论(0)
摘要 :
最近很少写应用了,一直在忙关于 ASP.NET 的东西(哈欠...)。抽点时间对 TapGestureRecognizer 做点总结。
## 一、简介
TapGestureRecognizer 就是对 Tap 手势进行识别。 Forms 里的大多数控件都继承自 View 类,而 View 类中有一个公共属性 …
阅读全文
发布时间 : 2017/11/24 23:48
张高兴
阅读(764)
评论(0)
摘要 :
感觉又帮 Windows 10 IoT 开荒了,所以呢,正儿八经的写篇博客吧。其实大概半年前就想写的,那时候想做个基于 Windows 10 IoT 的小车,但树莓派原生不支持 PWM 啊。百度也搜不到,上 GitHub 转了一圈,在 @ms-iot 那发现了 Lightning ,再看最后的更新时间,还是2016中旬 …
阅读全文
发布时间 : 2017/10/06 22:41
张高兴
阅读(800)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MLX90614
…
阅读全文
发布时间 : 2017/10/06 14:41
张高兴
阅读(979)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/VL53L0X
…
阅读全文
发布时间 : 2017/10/06 12:44
张高兴
阅读(814)
评论(0)
摘要 :
所谓 UWP 样式的汉堡菜单,我曾在“张高兴的 UWP 开发笔记:汉堡菜单进阶”里说过,也就是使用 Segoe MDL2 Assets 字体作为左侧 Icon,并且左侧使用填充颜色的矩形用来表示 ListView 的选中。如下图

评论(0)