STM32_TFT_8bit
STM32_TFT_8bit copied to clipboard
TFT flickers STM32F103C8T6 and spdf5408 TFT2,4Zoll
With arduino uno and MCU_friend_KBV the screen works. But with STM32 and your libary and example code the tft only flickers. And the hex code is 0x5454 instead of 0x5408 Could you help me
I checked latest MCUFRIEND_kbv.cpp. But it don't have 0x5454.
It isnt a 0x5454 Chip it is 5408 but the stm32 interprated it false i think the is a Problem with the parallel Port.
-- Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet.Am 15.07.18, 23:39, nopnop2002 [email protected] schrieb: I checked MCUFRIEND_kbv.cpp. But it don't have 0x5454.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/nopnop2002/STM32_TFT_8bit","title":"nopnop2002/STM32_TFT_8bit","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/nopnop2002/STM32_TFT_8bit"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nopnop2002 in #5: I checked MCUFRIEND_kbv.cpp.\r\nBut it don't have 0x5454.\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/nopnop2002/STM32_TFT_8bit/issues/5#issuecomment-405120392"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/nopnop2002/STM32_TFT_8bit/issues/5#issuecomment-405120392", "url": "https://github.com/nopnop2002/STM32_TFT_8bit/issues/5#issuecomment-405120392", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [nopnop2002/STM32_TFT_8bit] TFT flickers STM32F103C8T6 and spdf5408 TFT2,4Zoll (#5)", "sections": [ { "text": "", "activityTitle": "nopnop2002", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@nopnop2002", "facts": [
] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueComment",\n"repositoryFullName": "nopnop2002/STM32_TFT_8bit",\n"issueId": 5,\n"IssueComment": "{{IssueComment.value}}"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueClose",\n"repositoryFullName": "nopnop2002/STM32_TFT_8bit",\n"issueId": 5\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/nopnop2002/STM32_TFT_8bit/issues/5#issuecomment-405120392" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "MuteNotification",\n"threadId": 356617936\n}" } ], "themeColor": "26292E" } ]
SPFD5408 work fine by my environment.