prenticedavid

Results 126 comments of prenticedavid

No. Connect the BluePill with the standard wiring. When you use the Touchscreen you add the two lines that specify your pins and calibration. The first step is to measure...

Please identify the X and Y with a DMM or Uno. If you don't have a Uno, Megaa, ... say so. If you don't have a DMM, say so. It...

#################################################################### Standard BluePill wiring: ``` Port data |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 | Pin stm32 |PA7|PA6|PA5|PA4|PA3|PA2|PA1|PA0| Control pins |RD |WR |RS |CS |RST| Pin stm32 |PB0|PB6|PB7|PB8|PB9| ```...

> > > Hi Dave, it seems to work, it would help if you could release the blue pill compatible calibration software The regular Touchscreen_Calibration_native sketch from the examples should...

Just put in some dummies e.g. ``` #define A0 0 #define A4 4 #define A5 5 ``` These symbols are only used in the "diagnose pins" which is ignored for...

Arduino questions are best asked on Arduino Displays Forum https://forum.arduino.cc Technical issues or Pull Requests are best asked on GitHub Most people, most of the time use regular shields with...

I suggest that you check your BluePill wiring. Did you edit the defines in LCD_ID_readreg to match your wiring? Is there any reason for not using a Nucleo board? Shields...

I do not understand how you can _I used NUCLEO F-103RB but thanks for the help, one of the wire was not properly connected._ The Shield plugs straight into the...

I strongly recommend that you use the STM Core. There is no reason for OneWire or RTC to be different on the STM Core. Yes, I have used SD Card...

I don't have ExCel. I tried to run it in OpenOffice but it failed. What does the output look like? I have often wondered about making the macros easier. But...