文章
26
标签
4
分类
3
首页
文章
学习
软件
其他
关于
X96max+开启LED
搜索
首页
文章
学习
软件
其他
关于
X96max+开启LED
发表于
2025-11-06
|
更新于
2025-12-05
|
其他
|
浏览量:
控制LED显示屏
登录到 Armbian 系统→输入命令:
1
armbian-openvfd
文章作者:
Mr. Tang
文章链接:
https://blog.seewo.eu.org/%E5%85%B6%E4%BB%96/X96max+%E5%BC%80%E5%90%AFLED/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
null
!
上一篇
免费容器运行openlist
1. index.js代码1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374const fs = require('fs');const { execSync, spawn } = require('child_process');const path = require('path');const https = require('https');const tar = require('tar');const OPENLIST_PATH = path.join(__dirname, 'openlist');const DOWNLOAD_URL =...
下一篇
linux使用vim,nano中文乱码解决代码
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253#!/usr/bin/env bash# Enhanced script to fix Chinese encoding issues in Linux editors (vim, nano)set -eecho "🔍 检测 zh_CN.UTF-8 locale..."if ! locale -a | grep -q "zh_CN.utf8"; then echo "⚙️ 未找到 zh_CN.UTF-8,正在生成..." sudo locale-gen zh_CN.UTF-8 sudo dpkg-reconfigure localeselse echo "✅ zh_CN.UTF-8 已存在。"fiecho "⚙️ 设置系统 LANG 为...
Mr. Tang
文章
26
标签
4
分类
3
Alist网盘
公告
博客内容均来自于互联网,仅供学习参考,请勿用于商业用途。如有侵权,请联系我删除。邮箱
[email protected]
!!!
最新文章
使用nodejs快速运行hy2并生成信息
2025-11-17
linux使用vim,nano中文乱码解决代码
2025-11-17
X96max+开启LED
2025-11-06
免费容器运行openlist
2025-08-26
银河麒麟系统V10版本忘记用户密码
2025-08-25
搜索
数据加载中