Lixie库
LIXIE 库
Lixie arduino Library github地址:https://github.com/connornishijima/Lixie-arduino
Examples
- Generic 一般通用
- - counter :
- - counter_multi :
- - FPS_test :
- - scoreboard :
- ESP8266
- - ntp_clock :
- - ping_speedometer :
- begin() - 初始化函数 - clear(bool show_change = true) - 清除 - show() - 显示 - write(uint32_t input) - 写数字 - write(char* input) - 写数字 - write_digit(byte input, byte index) - 写数字到某位 - push_digit(byte number) - color(byte r, byte g, byte b) - 设置颜色 - color(CRGB c) - 设置颜色 - color(byte r, byte g, byte b, byte index) - 设置某位(0-3)颜色 - color(CRGB c, byte index) - 设置某位(0-3)颜色 - color_off(byte r, byte g, byte b) - 设置某位(0-3)颜色 - color_off(CRGB c) - color_off(byte r, byte g, byte b, byte index) - color_off(CRGB c, byte index) - brightness(byte bright) - 设置亮度 - color_balance(CRGB c_adj) - max_power(byte volts, uint16_t milliamps) - get_numdigits() - maxed_out() - 给data数组添加值 参数 无 返回值 :bool - get_leds() - 给data数组添加值 参数 无 返回值 :CRGB* |
Debug Functions - print_binary() - print_current() |
更多建议和问题欢迎反馈至 YFRobot论坛