|
BuyDisplay Delivery Time
#tft-lcd
That is great news Steve, I just ordered one today and was hoping it wouldn't take a month. 73, Len, KD0RC
That is great news Steve, I just ordered one today and was hoping it wouldn't take a month. 73, Len, KD0RC
|
By
Len, KD0RC
· #16084
·
|
|
BuyDisplay Delivery Time
#tft-lcd
I ordered one 5" display through their eBay store on May 27 and received it on June 8 in Germany. So just 13 days. I have another order running, also through the ebay store, since June 9, shipped June
I ordered one 5" display through their eBay store on May 27 and received it on June 8 in Germany. So just 13 days. I have another order running, also through the ebay store, since June 9, shipped June
|
By
Joerg DB2OO
· #16082
·
|
|
BuyDisplay Delivery Time
#tft-lcd
Ordered 2 displays, one capcitive touch and one non-touch on 5/31/2022. Received them both today 6/17/22. Two and 1/2 weeks from time of order to delivery in New Mexico. Steve Barkes W5RRX Las Cruces,
Ordered 2 displays, one capcitive touch and one non-touch on 5/31/2022. Received them both today 6/17/22. Two and 1/2 weeks from time of order to delivery in New Mexico. Steve Barkes W5RRX Las Cruces,
|
By
Steve Barkes
· #16079
·
|
|
Some examples of really good looking hand coded UI
#arduino
#tft-lcd
Thanks Jim, I'm hoping that article will help me make better looking hand coded UI, too. They provided a high end starting point in their examples. By the way, I forgot to say that I installed both Ad
Thanks Jim, I'm hoping that article will help me make better looking hand coded UI, too. They provided a high end starting point in their examples. By the way, I forgot to say that I installed both Ad
|
By
Tom, wb6b
· #10565
·
|
|
Some examples of really good looking hand coded UI
#arduino
#tft-lcd
Hi An excellent article, Tom, and thanks for sharing that one. I'll filed it under a folder called 'TFT and Arduino Dancing' It will be very useful for my homebrew rig. Jim G4EQX
Hi An excellent article, Tom, and thanks for sharing that one. I'll filed it under a folder called 'TFT and Arduino Dancing' It will be very useful for my homebrew rig. Jim G4EQX
|
By
Jim Mcilroy
· #10551
·
|
|
Some examples of really good looking hand coded UI
#arduino
#tft-lcd
Hi, While looking for some driver info for some TFT touch displays I recently bough, I ran across this article. Unless I use a fancy UI development tool, my UI looks primitive. Here are examples that
Hi, While looking for some driver info for some TFT touch displays I recently bough, I ran across this article. Unless I use a fancy UI development tool, my UI looks primitive. Here are examples that
|
By
Tom, wb6b
· #10548
·
Edited
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Thanks Miro. I should have ordered an enclosure from you when I purchased the PCB but since I didn’t, Garry is helping me out. Shipping from Bulgaria takes longer than I would like wait. Thank you! Te
Thanks Miro. I should have ordered an enclosure from you when I purchased the PCB but since I didn’t, Garry is helping me out. Shipping from Bulgaria takes longer than I would like wait. Thank you! Te
|
By
terry_gambrel@...
· #7541
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Hi Terry, No problem I print your 3d enclosure. If you are interested in the conditions you can write to me in mail from QRZ. 73 Miro LZ2RR
Hi Terry, No problem I print your 3d enclosure. If you are interested in the conditions you can write to me in mail from QRZ. 73 Miro LZ2RR
|
By
LZ2RR
· #7540
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
I think it's a software issue in the device driver, but I'm not sure. Jack, W8TEE
I think it's a software issue in the device driver, but I'm not sure. Jack, W8TEE
|
By
jjpurdum
· #7539
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Thanks I messaged you at your email listed in QRz. Terry KM4YMW
Thanks I messaged you at your email listed in QRz. Terry KM4YMW
|
By
terry_gambrel@...
· #7538
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Terry, Are you in the US? Do you have have a case design you want printed? If so, contact me directly. I can print a case. You will have to pay shipping. Garry / WD0DUD
Terry, Are you in the US? Do you have have a case design you want printed? If so, contact me directly. I can print a case. You will have to pay shipping. Garry / WD0DUD
|
By
Garry48
· #7537
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Or, if you are running version 3.8.1, you can navigate to “Maintenance/Options/Invert Colors/“ and set to “yes” or “no”. No recompile needed. The LCD display is driven by a tiny ( ~1 x 30mm) pixel dri
Or, if you are running version 3.8.1, you can navigate to “Maintenance/Options/Invert Colors/“ and set to “yes” or “no”. No recompile needed. The LCD display is driven by a tiny ( ~1 x 30mm) pixel dri
|
By
georgeK KB1HFT
· #7536
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Now to find an enclosure for it. No access to 3D printer so probably have to cut and drill something out. Any ideas?
Now to find an enclosure for it. No access to 3D printer so probably have to cut and drill something out. Any ideas?
|
By
terry_gambrel@...
· #7535
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
I have no idea why this is and it drives me crazy when I get a new display. Brian
I have no idea why this is and it drives me crazy when I get a new display. Brian
|
By
Brian Bowling
· #7534
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Glad it worked... Jack, W8TEE
Glad it worked... Jack, W8TEE
|
By
jjpurdum
· #7526
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
That did the trick. Thanks!
That did the trick. Thanks!
|
By
terry_gambrel@...
· #7525
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
Yes. Some drivers treat colors differently. Look for the symbolic constants, like: int BLUE = 0x001F; int GREEN = 0x07E0; int RED = 0xF800; and complement their values using the complement operator '~
Yes. Some drivers treat colors differently. Look for the symbolic constants, like: int BLUE = 0x001F; int GREEN = 0x07E0; int RED = 0xF800; and complement their values using the complement operator '~
|
By
jjpurdum
· #7524
·
|
|
LZ2RR Arduino AA build LCD question
#tft-lcd
I picked up the pre-soldered version of this AA and purchased all the recommended components from either ebay or amazon but after uploading the software, the screen colors are not as indicated in the
I picked up the pre-soldered version of this AA and purchased all the recommended components from either ebay or amazon but after uploading the software, the screen colors are not as indicated in the
|
By
terry_gambrel@...
· #7523
·
|
|
Running original code and the code from Bruce
#morsecodetutor
#tft-lcd
Karl has done a lot of good work getting his system running. But I want to reassure everyone who plans to use my PCB that all is well with the way it works, no hassles that Karl has experienced. The P
Karl has done a lot of good work getting his system running. But I want to reassure everyone who plans to use my PCB that all is well with the way it works, no hassles that Karl has experienced. The P
|
By
...
· #6869
·
|
|
Running original code and the code from Bruce
#morsecodetutor
#tft-lcd
Difference between the original code from Jack (W8TEE), mct2.ino, and the code from Bruce (W8BH) running on the PCB from Dave (KI4PSR) might result in problems. At least I didn't get it working! I fin
Difference between the original code from Jack (W8TEE), mct2.ino, and the code from Bruce (W8BH) running on the PCB from Dave (KI4PSR) might result in problems. At least I didn't get it working! I fin
|
By
Karl Jan Skontorp
· #6866
·
|