1
0
Fork 0

IS31FL3733 driver for LED Matrix (#15088)

This commit is contained in:
Leo Deng 2022-01-09 11:37:03 +08:00 committed by GitHub
parent 98078f769d
commit 82d3bdb733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 512 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* Copyright 2017 Jack Humbert
* Copyright 2018 Yiancar
* Copyright 2019 Clueboard
* Copyright 2021 Leo Deng
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -27,6 +28,9 @@
#ifdef IS31FL3731
# include "is31fl3731-simple.h"
#endif
#ifdef IS31FL3733
# include "is31fl3733-simple.h"
#endif
#ifndef LED_MATRIX_LED_FLUSH_LIMIT
# define LED_MATRIX_LED_FLUSH_LIMIT 16