Rolando Fernandez
Rolando Fernandez
Created the initialization function for the LCD and a header file containing the registers for the ILI9341 controller.
I have been researching different ways of implementing the driver in course os, as there are various ways to do. To name a few is the framebuffer implementation used in...
As a way to get around the library support I have been researching if the ILI9341 controller can be set into a text mode. This will allow for a much...
This driver requires much more work to be completed, it will need a group of people to work together to complete the implementation as there are multiple levels required to...
The blocksize is unable to changed at this moment. Through my testing it is apparent that the 512 blocksize has some impact in another part of the code that has...
Trying to modify the inode structure is also limited due to it being close to the limit of the block size. If the inode size exceeds the block size the...
Through examination with GDB is has become apparent that when adding files the number direct blocks in the inode is not updated. The is no reference to the size of...
Utilizing a text file filled with A’s I further tested the use of indirect block, this file had a size of 60K which is over the amount able to be...