# Add a-j to print function in vga lib - Source URL: https://github.com/FPGA-MAFIA/fpga_mafia/issues/531 PR Title: charcters a-k and more Status: Merged Author: jacobavitan837 Merge Details: Merged 2 commits from jacob_branch into main on March 11, 2024 by roman012285 Description: The PR extends the graphic VGA library with additional character support (letters a through k and beyond). Key Comments: jacobavitan837's Request: "please review and approve" NoamRahat's Review Feedback: Suggested adhering to standard coding conventions by writing preprocessor directives in uppercase, noting: "I think it would be a good idea to stick to common convention..." roman012285's Response: Agreed with the styling feedback, recommending consistency with existing patterns where "every thing is written in big letters except the letter itself" (e.g., A_TOP format). NoamRahat's Clarification: Proposed examples like changing Slash_TOP to SLASH_TOP and a_TOP to SMALL_A_TOP for consistency. Linked Issues: - Issue #531: "Add a-j to print function in vga lib" - Issue #545: "add the rest characters to print function in vga lib"