KurtE / ILI9341_t3n

Extended ILI9341_T3 library (Teensy) including all SPI buses, Frame buffer, plus
MIT License
51 stars 23 forks source link

Draw string2 #36

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

drawString1 -> drawString (overload of method)

strPixelLen takes optional cb (count of bytes) which we pass in from drawString.

KurtE commented 3 years ago

@mjs513 - will merge probably in the morning. This is follow on to: #34

mjs513 commented 3 years ago

@KurtE - just updated the ILI9488 library and tested. Added the TFT_String_Align example as well.

KurtE commented 3 years ago

Sounds good,

Looks like we need to probably do st7735_t3 as well as the HX8357..

I will take a look again tomorrow if no one beats me to them

From: Mike S notifications@github.com Sent: Thursday, March 04, 2021 4:42 PM To: KurtE/ILI9341_t3n ILI9341_t3n@noreply.github.com Cc: KurtE kurte@rockisland.com; Mention mention@noreply.github.com Subject: Re: [KurtE/ILI9341_t3n] Draw string2 (#36)

@KurtE https://github.com/KurtE - just updated the ILI9488 library and tested. Added the TFT_String_Align example as well.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KurtE/ILI9341_t3n/pull/36#issuecomment-791057935 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL4MQCV56JKXWBVKKRWBOTTCASFHANCNFSM4YUGV4EA . https://github.com/notifications/beacon/AAL4MQASOAKAZXR5WTQTK4LTCASFHA5CNFSM4YUGV4EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF4TJMDY.gif

mjs513 commented 3 years ago

well its 8pm here - have to go find my box of displays :)

Also I have to do some retesting for the HX... display. In my libraries folder I have busted next to it so have to figure whats that about first - been along time since I played with displays. Forgot how much fun it is :)

mjs513 commented 3 years ago

Well just pushed the changes to the HX8357 library and made the changes to the ST7735 still have to test though

@KurtE - just tested - all ok

KurtE commented 3 years ago

@mjs513 You have been busy!

Sorry about that 😉

From: Mike S notifications@github.com Sent: Friday, March 05, 2021 4:28 AM To: KurtE/ILI9341_t3n ILI9341_t3n@noreply.github.com Cc: KurtE kurte@rockisland.com; Mention mention@noreply.github.com Subject: Re: [KurtE/ILI9341_t3n] Draw string2 (#36)

Well just pushed the changes to the HX8357 library and made the changes to the ST7735 still have to test though

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KurtE/ILI9341_t3n/pull/36#issuecomment-791389042 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL4MQHGT33WC64NKYPDA6LTCDE6LANCNFSM4YUGV4EA . https://github.com/notifications/beacon/AAL4MQGAVBRIZB424GJZWWDTCDE6LA5CNFSM4YUGV4EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF4V2G4Q.gif

mjs513 commented 3 years ago

Once I remembered how everything worked (been awhile) was pretty easy to make to the same change to the libraries. Good thing there is commonality :) Besides was nice to see blinky things again on the screens