rtek1000

Results 99 comments of rtek1000

Yes, the DSO138 kit is already complete (for 1 channel), you're right, and it really does not make sense. The big problem is access to the kit, where I am...

If anyone needs this adaptation, the files already configured are attached. Thank you! [mcufriend_shield.zip](https://github.com/prenticedavid/MCUFRIEND_kbv/files/2215259/mcufriend_shield.zip) [mcufriend_special.zip](https://github.com/prenticedavid/MCUFRIEND_kbv/files/2215260/mcufriend_special.zip) Shield: ![mcufriend-2 4-inch-lcd-shield-s6d0154-driver-0x0154-onderkant](https://user-images.githubusercontent.com/8660811/43023041-cf9dc9a4-8c3f-11e8-9295-e72e968c0509.jpg) Image source: http://domoticx.com/wp-content/uploads/2015/03/MCUFriend-2.4-inch-LCD-Shield-S6D0154-driver-0x0154-onderkant.jpg

Hello, Let me try to clarify the basics, The stm32, has a way of operating the inputs and outputs well differentiated (I worked with PIC, I found it very complicated)...

A tip: enjoy and read all the files the manufacturer provides (Click the Resources tab): https://www.st.com/en/microcontrollers/stm32f103.html?querycriteria=productId=LN1565

Hello, I can not access my code now, but I know It needs to be used 2 analog ports, I will soon say the pins I used with another touch

I was able to run the touch of a 3.2 inch display with this setting: (Unfortunately, my 2.4 display was with a damaged touch, I could not make it work)...

This post can help identify the pins of this shield (need to connect 3.3V and 5V): https://forum.arduino.cc/index.php?topic=516687.msg3521369#msg3521369

In my case, I was not using touch because the control was done with external buttons ![images](https://user-images.githubusercontent.com/8660811/54709272-fa7dd580-4b23-11e9-85ef-30b891bd6017.jpg)

I believe that once the user can understand how to modify the code, there should be no difficulties. But looking at the bluepill pins, it really should not work if...

It may be easier for users, if they can map pins individually, as would be done for 20x2 LCD `LiquidCrystal lcd(1, 2, 4, 5, 6, 7); // Creates an LC...