Git Product home page Git Product logo

Comments (6)

hyphop avatar hyphop commented on May 20, 2024 1

ok
check https://github.com/hyphop/miZy-uboot
and this one
https://github.com/hyphop/miZy-uboot/releases/download/v0.1-beta/u-boot-mizi.bin

logo injected in uboot it just uboot/i2c commands stored as uboot env + raw bit data stored by addr sm=XXXXXXXX

if i2c dev 0 && i2c probe 3c; then
gpio set 6
# copy splash data to 0x43110000 addr
a=0x43110
cp.b $sm ${a}000 4096
# i2c commands block
i2c write ${a}000 3c 0 1A -s
i2c write ${a}01A 3c 0 7 -s
i2c write ${a}021 3c 0 401 -s
i2c write ${a}422 3c 0 401 -s
i2c write ${a}823 3c 0 8 -s
i2c write ${a}82B 3c 0 2 -s
echo "miZy splash"
fi

raw bit data mizy logo adress u can get when u build uboot

/tmp/zero_builder/miZy-uboot# ./uboot_build
...
[i] miZy logo addr: 4a0593c8 => .mizy_logo_addr => ../bin/uboot/mizi_logo_addr
...

good luck

from mizy.

hyphop avatar hyphop commented on May 20, 2024

just correct connection to TWI0 (i2c SCK SDA) and GND +3.3V

from mizy.

probonopd avatar probonopd commented on May 20, 2024

Yes, I have connected it and I see a picture, but I need 128x32 pixels instead of 128x64, and another picture in the early boot process. How do I do that? Thanks.

from mizy.

probonopd avatar probonopd commented on May 20, 2024

Wow, you are a magician...

from mizy.

hyphop avatar hyphop commented on May 20, 2024

please inform me about 128x32 display work
i can provide more helpful info if u need

from mizy.

probonopd avatar probonopd commented on May 20, 2024

Thanks, I will let you know when I am working on it. For now I am trying to get pjsua to run...

from mizy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.