Lixie庫

從 YFRobotwiki
跳到: 導覽搜尋

LIXIE 庫

Lixie 套件

Lixie arduino Library github地址:https://github.com/connornishijima/Lixie-arduino


Examples

  • Generic 一般通用
- counter :
- counter_multi :
- FPS_test :
- read_analog_voltage :
- scoreboard :


  • ESP8266
- data.sparkfun.com_streamer :
- live_php_visitors :
- live_wordpress_visitors :
- ntp_clock :
- openweathermap_display :
- ping_speedometer :



Lixie 函數


- Lixie(const uint8_t pin, uint8_t nDigits) - 引腳及數量設置

- 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()






返回Arduino庫菜單

返回首頁

更多建議和問題歡迎反饋至 YFRobot論壇