Skip to content

Commit

Permalink
update document name
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 3, 2024
1 parent 16e206f commit 6cbfb5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Potential users of Arm-2D may have different backgrounds and purposes. Whether y
In some resource-constrained systems, the Flash (ROM) and SRAM are limited (e.g. 64K Flash, 12K SRAM), or the memory space left for GUI applications is limited, so such systems cannot afford the cost of a decent GUI stack.
Meanwhile, such a low-cost system usually won't have a complex graphical user interface, hence application developers can directly use the arm-2d APIs to draw the panels and scenes.

- [Getting Started as a Professional User](./documentation/getting_started_as_a_professional_user.md)
- [Getting Started as a GUI Stack Developer](./documentation/getting_started_as_a_gui_stack_developer.md)

Application engineers from silicon vendors often need to write drivers for proprietary hardware accelerators. System engineers from GUI software providers may wish to use the APIs provided by Arm-2D to accelerate low-level operations. Engineers focused on embedded video processing may try using the Arm-2D APIs to process the frame buffer just captured from the camera. People from the open-source community may find something interesting to contribute.
All developers mentioned above are seen as professional users.
Expand Down
2 changes: 1 addition & 1 deletion documentation/arm2d.dxy.in
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ WARN_LOGFILE =
INPUT = ../README.md \
../ReleaseNote.md \
./getting_started_as_an_application_designer.md \
./getting_started_as_a_professional_user.md \
./getting_started_as_a_gui_stack_developer.md \
./how_to_deploy_the_arm_2d_library.md \
./introduction.md \
./how_to_use_layout_assistant.md \
Expand Down

0 comments on commit 6cbfb5b

Please sign in to comment.