Skip to main content
Visitor II
November 24, 2023
Question

Looking for Libraries

  • November 24, 2023
  • 1 reply
  • 994 views

Hello, 

i'm looking for stm32 libraries for the board STM32G071RB.

In particular i'm trying to da many schetch using the device that i'm used before with Arduino Ide with the board ARDUINOUNO or ARDUINONANO .

Devices LCD i2c , module HC05 for IOT gas sensors and so on ...

looking for library liquidcrystal I2C to connect the board G071RB to the display..

If you can suggest to me how to find this libraries...

Thanks

Paul2014

 

 

 

 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 24, 2023

    Hello @Paul2014 and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    You can take a look at the STM32Cube BSP LCD Components Drivers table on this link where you can find some LCD drivers you may use. Also, the Adafruit_LCD_1_8_SD_Joystick demonstration for the Nucleo-G071RB can be useful in your case. More than that, you can use the STM32DUINO for your application, that will give you the opportunity to program your STM32 using ArduinoIDE.

    Best Regards.

    STTwo-32