B4R Library rAdafruitRGBMatrix with WS2812 - Blueforcer    Nov 15, 2018 Hello,
is it possible to use the rAdafruitRGB Matrix with a 8x32 WS2812 Matrix?
https://www.adafruit.com/product/2294
I get zhe matrix to run with the rAdafruitNeoPixel lib, but since i can only... B4R Library Adafruit RGB Led Matrix - Erel    Jun 30, 2017   (6 reactions) rAdafruitRGBMatrix is a wrapper for: https://github.com/adafruit/RGB-matrix-Panel Example: Sub Process_Globals Public Serial1 As Serial Private matrix As RGBmatrixPanel End Sub Private Sub AppStart Serial1.Initialize(115200) Log("AppStart") Dim p As Pin 'ignore matrix.Initialize32(p.A0, p.A1, p.A2, p.A3, 11, 10, 9, False, 64) matrix.FillScreen(matrix.Color333... to add a reference to rAdafruitGFX as well.... B4R Question Adafruit RGB Led Matrix 64x32 - Stephan Leith (first post)    Feb 17, 2018 i dont know how to add a reference to rAdafruitRGBMatrix and rAdafruitGFX. Thank you... B4R Question i dont know how to add a reference - Stephan Leith    Feb 18, 2018 i dont know how to add a reference to rAdafruitRGBMatrix and rAdafruitGFX. I put the file in a additional library folder 64815 (i remove the xml file ) and I do not see in library manager ???... B4R Question AddLibrary to B4r - labcold (first post)    Aug 9, 2017 rAdafruit_ILI9341 - v1.00 rAdafruit_MCP4725 - v1.00 rAdafruit_PWMServoDriver - v1.00 rAdafruit_STMPE610 - v1.00 rAdafruitBMP280 - v1.00 rAdafruitGFX - v1.01 rAdafruitMotorShieldV2 - v1.00 rAdafruitNeoPixel - v1.00 rAdafruitRGBMatrix - v1.00 rAdafruitSSD1306 - v1.10 rAPDS9960 - v1.00 rCurieBLE - v1.00 rDht - v2.00 rDS1302 - v1.00 rEEPROM - v1.20 so you click the link and get to the official latest version... B4R Library rLittleFS for B4R - candide    Jul 18, 2024   (8 reactions) this is littleFS library for esp8266 and esp32 on B4R it is rESP8266FileSystem modified to work with littleFS this library is faster and more reliable then spiffs. we have all functions of rESP8266FileSystem with a few more : bool OpenAppend (B4RString* FileName); bool...); bool RMDir (B4RString* DIRName); We can move from rESP8266FileSystem to rLittleFS with a few modifications of code. the major change is directory management: with rLittleFS we... B4R Library rTFT_eSPI + rTFT_eWidget+ rPNGdec a wrapper for TFT / compilation esp32 OK / need tests with real TFT - candide    Aug 9, 2024   (5 reactions) rPNGdec and rTFT_eWidget are working with PNGdec and TFT_eWidget libraries installed under arduino... ILI9488 ST7789 ST7789 R61581 RM68140 ST7796 SSD1351 SSD1963 ILI9225 GC9A01
TFT_Display : 160 x 128... B4R Library rAdafruitSSD1306 - OLED displays - Erel    Aug 16, 2016   (13 reactions) This is a wrapper for this open source project: https://github.com/adafruit/Adafruit_SSD1306
It depends on rAdafruitGFX library: https://www.b4x.com/android/forum/threads/radafruitgfx.68904... B4R Library rAdafruit_STMPE610 & rAdafruit_ILI9341 - Touch Sensitive Screen - Erel    Jan 16, 2017   (5 reactions) -v2
rAdafruit_STMPE610 handles the touch events.
rAdafruit_ILI9341 handles the graphics. It depends on rAdafruitGFX library.
Example code (depends on rAdafruit_STMPE610, rAdafruit_ILI9341 and... B4R Library rAdafruitGFX - Erel    Jan 16, 2017   (5 reactions) This is a wrapper for Adafruit-GFX library: https://github.com/adafruit/Adafruit-GFX-Library This is a graphics library. It is used by other lower level libraries. https://www.b4x.com/basic4android/images/SS-2016-07-12_15.34.36.jpg... Page: 1   2   3   4   5   6   7   |