-
Notifications
You must be signed in to change notification settings - Fork 46
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
Boot logo personalizzation #3
Comments
If you are using our 1024*600 developing board,please check your chip version which was silky printed on the chip and chooce the correct memory address offset designed for SSD201 or SSD202. |
https://github.com/wireless-tag-com/openwrt-ssd20x/wiki/LOGO product + LCD please see readme.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to know if the procedure described in the README file is correct, because it seems that in the files used to create the "logo" file the addresses seem to be exchanged.
How should the script be configured to work properly?
The script set up in this way does not work.
rm -rf logo
./dispcfggen -c -o logo -p 0x07C00000 -s 0x00300000 -d CC0702I50R
#./dispcfggen -c -o logo -p 0x03300000 -s 0x00300000 -d CC0702I50R
logo res:1024x600
./logogen -a -i ./image/tti-logo.jpg -o logo
logo res:1024x600
#./logogen -a -i ./image/tti-upgrade.jpg -o logo
./logogen -a -i ./image/upgrade.jpg -o logo
thank you in advance.
The text was updated successfully, but these errors were encountered: