The "CODE-tags" is the icon at the top left of your Edit window.
You can type your message and experiment with CODE, quotes, italics ... and use the [Preview] button to see what the message will look like.
The Forum has full instructions for "how" to post a message. I presume that you will be able to read them in your own language. Or perhaps you need to ask Google to translate.
I just tried "aspect.ino". It built just fine with v1.6.6 onto a Uno target.
There must be a problem with my edit window because there's nothing at the top lef of it. Actually the edit window I use is "Quick Reply", I don't know if it's a different one.
Anyway I realized it gives the same error with all the sketches I try. It must be a library or a ide problem I suppose.
As I type into the "Quick Reply" window, I see some yellow emoticon icons directly above the typing area.
Above these are a selection of editing icons for code </>, bold B, italic I, ...
But I can equally well type these by hand. i.e. with the square brackets. just like HTML.
I am sure that the Forum tutorials explain things better than I can.
But the best feature of all is that you can use the [Preview] button to see what your message looks like. Or even tidy it up after posting.
Hello, I used Mcufriend_kbv library, Adafruit-GFX-Library-master, Touch-Screen-Library-master. Faced with the problem of which is shown in the video - YouTube
Can anyone encountered this problem and suggests why the sensor works well? Powered by an example from this video and did everything in the same way Arduino Ili9488 480x320 TFT LCD Review - YouTube
Sorry for my bad English.
Both of your videos seemed to show a TouchScreen that did not follow the stylus very well.
They also showed a screen with inverted colours. All "Paint" examples that I have ever seen, use a BLACK background.
If your display does not show BLACK, RED, CYAN, ... properly, say so.
I can write a "graphictest_kbv" program that says RED, GREEN, INVERT, ... but if no one reports a problem, how do you expect me to fix it? i.e. if it says RED then you should see RED.
The Resistive Touch screens work fairly well. A cracked glass means that the Touch is broken. A broken Touch will never work.
Thank you for your response, David! Indeed, I noticed that the colors do not match, but I'm just starting to explore the world, and Arduino is difficult for me to immediately understand why the colors are wrong. I bought a screen on Aliexpress. Externally, the whole screen, not damaged, but I suspect that faulty touch screen coating. I want to ask, do you think that in my case, a sensor malfunction? Or follow the wrong screen stylus because of the wrong code?
Display defined number ID 9486 http://my-files.ru/m49i2t
The video shows that at the end of an instant the screen background is black and the color change, it can be interesting: - YouTube http://my-files.ru/34jp63 http://my-files.ru/xy5ddy
Example GLUE_DEMO_480x320 does not work, a white screen , sometimes changes color the brighter the darker but still white.
My ILI9486 shield is 3.5" and needs the REV_SCREEN attribute. Your 3.95" shield obviously does not need REV_SCREEN.
I am horrified by your wiring. The shield should plug into your Due as Nature intended.
You can still access all the unused Due headers. just use some angle-header strip.
Look very carefully at your Touch Screen. Are you sure that the glass is not cracked?
Everything should work 100%. It is very important that you report any problems. The "edit" is very simple.
Alternatively, you call tft.invert(true) or tft.invert(false)
another q:
i want a good library for creating a menu and buttons with touch, that would work with this and on an uno (which does NOT have much memory), any suggestions
The lib u recommended uses duotimer, I have an Uno, so ofcourse no good,
Can you recommend a different lib instead of duotimer? I am this close to compling
Well, I tried building the demo for a Due. It required some mystery libraries. I gave up.
I doubt if the Karaclass class will be practical on a Uno.
What do you want to do?
Have you tried the Adafruit_GFX_Button class ?
Regular buttons are easy. I suggest that you do not clutter the screen with too many buttons. Draw a fresh screen with fresh buttons that reflect the current state.
I want to build a display lib, to connect to my esp8266
I can compile most of his code, just need to replace duetimer - maybe with schedular
I might go the buttons only route, I want to first see what is possible, with what is out there.
my ultimate goal was to have this working on esp8266 only, but I chose the wrong display, because this does not have xpt206 that I thought it would (I did not know much about displays when I bought it cheap)
Thank you very much , David ! Removing REV_SCREEN attribute for my 3.95 inch screen help to correct color, all colors are now displayed as intended.
About the touch screen . I contacted people that they, too, met the same problem with a touchscreen , I am inclined to the version that this factory marriage , since those people , too, is completely a screen without physical defects , but the touch screen behaves just like mine .