Search found 3 matches

by losingmymind01
Tue Apr 13, 2021 4:59 pm
Forum: General discussion
Topic: Problems with the blue pill and a LCD 16x2
Replies: 8
Views: 5359

Re: Problems with the blue pill and a LCD 16x2

stevestrong wrote: Tue Apr 13, 2021 11:33 am And which core?
If you don't know, then post a picture of the selected board in Arduino IDE.
Please also post a link to the library.
This is what i have in Arduino IDE:
board.jpeg
board.jpeg (21.33 KiB) Viewed 5282 times
And the link to the library is: https://github.com/arduino-libraries/Li ... dCrystal.h
by losingmymind01
Mon Apr 12, 2021 5:41 pm
Forum: General discussion
Topic: Problems with the blue pill and a LCD 16x2
Replies: 8
Views: 5359

Re: Problems with the blue pill and a LCD 16x2

stevestrong wrote: Mon Apr 12, 2021 8:08 am viewtopic.php?f=2&t=301

Which core and which LCD library do yo use?
I'm using a STM32F103C8 (20kRAM, 64kFlash) [Blue Pill] and the LiquidCrystal library working on the arduino IDE
by losingmymind01
Mon Apr 12, 2021 12:22 am
Forum: General discussion
Topic: Problems with the blue pill and a LCD 16x2
Replies: 8
Views: 5359

Problems with the blue pill and a LCD 16x2

Hi, I've been struggling with an LCD screen to show simple characters with the STM32F103 [Blue Pill]. 1. When i try to print some words (without a delay added), i get random characters instead of what im trying to display. An example is: In the code, i have at the loop: lcd.setCursor(0, 0); lcd.prin...

Go to advanced search