所有项目源代码,开源地址。
作者 github 主页
https://github.com/nejidev
目前开源项目有:
1, linux tea5767 at24c08 mmap 实现fm 收音机
地址:https://github.com/nejidev/tea5767_at24c08_fm_radio_linux
更新进度:完成
不在更新
2, linux 下 NESInfo 实现 nes 红白机模拟器
地址:https://github.com/nejidev/arm-NES-linux
更新进度:支持手柄,基本可以玩
2017-04-24 更新:全屏支持
2017-05-20 更新:声音支持 使用 alsa 播放声音,效果和电视上差不多。
2017-06-03 更新:添加USB 手柄支持,暂不支持 连A 连B
后期更新:蓝牙手柄。
3, linux 下 si4757 收音机模块,支持 FM AM SW 音量大小 自动搜台
地址:https://github.com/nejidev/si47xx_radio_linux
更新进度:实现 FM 存台,自动盾台,音量大小控制,上一台,下一台
后期更新方向:AM SW 实现, 红外遥控。
4,linux下使用 python 通过vnstat 定时检查流量工具
地址:https://github.com/nejidev/python_vnstat_flow_limit
1,更新 CentOS7.5 支持
5, linux 下GUI 数码相册
地址:https://github.com/nejidev/digital_photo_album
已实现功能:
1,设置自动播放时间调整
2,浏览文件,支持不同文件类型的图标显示
3,支持鼠标和触摸屏操作
4,支持在数码相册中直接打开 nes游戏(需要先在板子上编译好nes 的项目,放入PATH中)
5,支持GIF 播放,循环播放。
6, 显示摄像头画面在lcd上, 摄像头拍照 保存为jpg 文件
7,实现播放 AVI 视频(基于MJPEG编码)
后期更新方向, mp3 等。
6, C 语言 malloc free 内存管理实现
地址:https://github.com/nejidev/c_malloc
1, 使用 链表 实现的内存管理
后期更新功能: 内存碎片整理
7, 安卓 打飞机 游戏
地址:https://github.com/nejidev/android_fly_game
1, 实现了精灵的显示
2,实现了基本的框架
后期,添加碰撞检测, 添加声音, 添加关卡,游戏难易度
8, putty_x 修改版 putty 添加实用功能
地址:https://github.com/nejidev/putty_x
1, 去掉了连接断开时吓人的弹窗
2,去掉了关闭时吓人的弹窗
后期,添加 ctrl + s 保存历史的功能 ,添加 ctrl + l 清屏的功能,添加 ctrl + n 新开功能
9, 基于 openwrt 18 的 dlan upnp 播放器 gmediarender
地址:https://github.com/nejidev/gmediarender-openwrt18
1, 基本可以用
10, 基于 c++11 freetype bluez alsa ffmpeg 的 mp3 模拟器
地址:https://github.com/nejidev/mp3_emulate