-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFT flickers STM32F103C8T6 and spdf5408 TFT2,4Zoll #5
Comments
I checked latest MCUFRIEND_kbv.cpp. |
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":"#5 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#5 (comment)",
"url": "#5 (comment)",
"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": "#5 (comment)"
}
],
"@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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: